make sure toast is always on top

pull/83/head
Aevann 2022-12-30 11:52:19 +02:00
parent 1759039f75
commit 708e989de9
2 changed files with 2 additions and 2 deletions

View File

@ -5251,7 +5251,7 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) {
}
toast {
z-index: 7000 !important;
z-index: 999999999999999999 !important;
}
@media (max-width: 464px) {

View File

@ -460,7 +460,7 @@ body {
#mobile-bottom-navigation-bar {
box-shadow: 0px 2px 5px #000000cc;
/* wtf??? */
z-index:9999999 !important;
z-index:999 !important;
}
/* Revert the snowcaps on it, is bad */