We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bc261 commit 4bc14caCopy full SHA for 4bc14ca
src/admin/components/snackbars/style.scss
@@ -1,8 +1,9 @@
1
@use "../../../wp-base-styles.scss" as wpBaseStyles;
2
3
.chbe-admin-snackbars {
4
- right: wpBaseStyles.$grid-unit-20;
+ right: 0;
5
bottom: wpBaseStyles.$grid-unit-20;
6
+ padding: 0 wpBaseStyles.$grid-unit-20;
7
position: fixed;
8
9
.components-snackbar-list__notice-container {
0 commit comments