fix: toast covered by modal (#1137)

This commit is contained in:
Vidocq 2021-12-28 01:04:33 +08:00 committed by GitHub
parent 83b78bab34
commit e838f1d6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ export default {
border-radius: 8px; border-radius: 8px;
box-sizing: border-box; box-sizing: border-box;
padding: 6px 12px; padding: 6px 12px;
z-index: 100; z-index: 1010;
} }
[data-theme='dark'] { [data-theme='dark'] {