Make sure bottom toast respect safe area

This commit is contained in:
Lim Chee Aun 2022-12-28 18:04:58 +08:00
parent 422a924844
commit 44617cffca

View file

@ -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);
}