Make sure bottom toast respect safe area

pull/38/head
Lim Chee Aun 2022-12-28 18:04:58 +08:00
rodzic 422a924844
commit 44617cffca
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -764,6 +764,9 @@ meter.donut:is(.danger, .explode):after {
box-shadow: 0 3px 8px -1px var(--bg-faded-blur-color),
0 10px 36px -4px var(--button-bg-blur-color);
}
.toastify-bottom {
margin-bottom: env(safe-area-inset-bottom);
}
:root .toastify:hover {
filter: brightness(1.2);
}