mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: toast covered by modal (#1137)
This commit is contained in:
parent
83b78bab34
commit
e838f1d6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue