Jelajahi Sumber

Modals: fix modal not on top of everything

lviguier 5 bulan lalu
induk
melakukan
b1d210fa1f
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      bin/common.less
  2. 1 1
      bin/style.css
  3. 1 1
      bin/style.less

+ 1 - 1
bin/common.less

@@ -7,7 +7,7 @@
 @domkit-layer: 400;
 @domkit-layer: 400;
 @popup-layer: 800;
 @popup-layer: 800;
 @header-layer: 600;
 @header-layer: 600;
-@hidemodal-layer: 700;
+@hidemodal-layer: 999;
 
 
 // This is also set in hide.comp.ContextMenu
 // This is also set in hide.comp.ContextMenu
 @contextmenu-layer: 900;
 @contextmenu-layer: 900;

+ 1 - 1
bin/style.css

@@ -405,7 +405,7 @@ input[type=checkbox].indeterminate:after {
   left: 0px;
   left: 0px;
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
-  z-index: 700;
+  z-index: 999;
   background-color: rgba(0, 0, 0, 0.2);
   background-color: rgba(0, 0, 0, 0.2);
   display: table;
   display: table;
 }
 }

+ 1 - 1
bin/style.less

@@ -441,7 +441,7 @@ input[type=checkbox] {
 	left:0px;
 	left:0px;
 	width: 100%;
 	width: 100%;
 	height: 100%;
 	height: 100%;
-	z-index: @hidemodal-layer;
+	z-index: 999;
 	background-color: rgba(0,0,0,0.2);
 	background-color: rgba(0,0,0,0.2);
 	display: table;
 	display: table;
 	&> .content {
 	&> .content {