Skip to content

Commit 4bc14ca

Browse files
committed
Fix snackbar style on mobile viewports
1 parent 98bc261 commit 4bc14ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/admin/components/snackbars/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
@use "../../../wp-base-styles.scss" as wpBaseStyles;
22

33
.chbe-admin-snackbars {
4-
right: wpBaseStyles.$grid-unit-20;
4+
right: 0;
55
bottom: wpBaseStyles.$grid-unit-20;
6+
padding: 0 wpBaseStyles.$grid-unit-20;
67
position: fixed;
78

89
.components-snackbar-list__notice-container {

0 commit comments

Comments
 (0)