mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 12:32:07 +08:00
fix: toast covered by modal (#1137)
This commit is contained in:
parent
83b78bab34
commit
e838f1d6d4
|
@ -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'] {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user