Fix: Clear toasts button blocked by bottom bar (#3863)

* Fix: Clear toasts button blocked

* Chore: Fix lint
This commit is contained in:
Nelson Chan 2023-10-14 16:52:38 +08:00 committed by GitHub
parent 03e43ab364
commit f6bdaacbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -370,12 +370,16 @@ main {
padding: 9px 15px;
width: 48px;
box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
z-index: 100;
.dark & {
box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5);
}
}
@media (max-width: 770px) {
.clear-all-toast-btn {
bottom: 72px;
z-index: 100;
}
}