Snackbar: display above ThumbNavigation on mobile

merge-requests/788/head
Alex Gleason 2021-10-15 09:35:38 -05:00
rodzic 4464a7f19e
commit 7a89e1bb01
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,18 @@
.notification-list {
position: fixed;
bottom: var(--thumb-navigation-height);
z-index: 1000; /* Above ThumbNavigation */
width: 100%;
@media (min-width: 895px) {
bottom: 0;
}
}
.snackbar {
font-size: 16px !important;
padding: 10px 20px 10px 14px !important;
z-index: 9999 !important;
position: absolute !important;
display: flex;
align-items: center;
justify-content: center;