MDL-67265 core: Set max-height on toast wrapper

This commit is contained in:
Mathew May
2019-11-15 09:21:06 +08:00
parent 1633a6035d
commit 4e796e2205
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -2411,6 +2411,7 @@ $picker-emojis-per-row: 7 !default;
.toast-wrapper {
max-width: $toast-max-width;
max-height: 0;
// Place these above any modals and other elements.
z-index: 1051;
}
+1
View File
@@ -11567,6 +11567,7 @@ body.h5p-embed .h5pmessages {
.toast-wrapper {
max-width: 350px;
max-height: 0;
z-index: 1051; }
.icon {
+1
View File
@@ -11822,6 +11822,7 @@ body.h5p-embed .h5pmessages {
.toast-wrapper {
max-width: 350px;
max-height: 0;
z-index: 1051; }
.icon {