Browse Source

[overlay] add z-index

mightyplow 6 years ago
parent
commit
1bcd9c85d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/overlay/overlay.css

+ 1 - 0
src/overlay/overlay.css

@@ -2,6 +2,7 @@
     background: rgba(0, 0, 0, 0.4);
     display: flex;
     position: fixed;
+    z-index: 1;
     top: 0;
     right: 0;
     bottom: 0;