Browse Source

Merge pull request #4271 from wenzhixin/du/fix/css

fixed z-index with loading screen
文翼 6 years ago
parent
commit
e43c0b976d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/themes/theme.scss

+ 1 - 0
src/themes/theme.scss

@@ -38,6 +38,7 @@
         text-align: left;
         max-height: 300px;
         overflow: auto;
+        z-index: 1001;
       }
 
       label {