Browse Source

增加dialog的显示优先级

pull/1/head
枫谷剑仙 3 years ago
parent
commit
b4fb91b803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      style.css

+ 1
- 1
style.css View File

@@ -336,7 +336,7 @@ ul{
margin-top: 30px;
font-family: var(--game-font-family);
text-shadow: black 2px 2px 0;
z-index: 1;
z-index: 2;

backdrop-filter: blur(3px);
}


Loading…
Cancel
Save