Skip to content

Commit 8f22d5a

Browse files
authored
Merge pull request #11787 from google/bug/11731-fix-analytics-toast-notice
Fix Toast Notice zindex and footer padding.
2 parents e345587 + 7bf74c8 commit 8f22d5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/sass/components/toast-notice/_googlesitekit-toast-notice.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
left: $grid-gap-phone;
2525
position: fixed;
2626
right: $grid-gap-phone;
27+
z-index: 1;
2728

2829
@media (min-width: $bp-tablet) {
2930
bottom: 45px;

assets/sass/components/user-input/googlesitekit-user-input-module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
@media (min-width: $bp-desktop) {
123123
left: 160px;
124-
padding: 28px 24px;
124+
padding: 23px 24px;
125125
}
126126
}
127127

@@ -200,7 +200,7 @@
200200
}
201201
@media (min-width: $bp-desktop) {
202202
left: 160px;
203-
padding: 28px 24px;
203+
padding: 23px 24px;
204204
}
205205
}
206206
.folded .googlesitekit-plugin .googlesitekit-user-input__question .googlesitekit-user-input__footer {

0 commit comments

Comments
 (0)