Przeglądaj źródła

Moe form mask z-index fix

Vijayakrishnan 4 lat temu
rodzic
commit
b5aec21168
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/views/layouts/template.blade.php

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -52,7 +52,7 @@
 <body>
     <div id="mask" style="background: rgba(0, 0, 0, 0) url(&quot;/vanillaspin.gif&quot;) no-repeat scroll center center; position: fixed; top: 0px; left: 0px; z-index: 9999; width: 100%; height: 100%; display: none;">
     </div>
-    <div id="moe-form-mask" style="background: rgba(0, 0, 0, .1) no-repeat scroll center center; position: fixed; top: 0px; left: 0px; z-index: 99; width: 100%; height: 100%; display: none;">
+    <div id="moe-form-mask" style="background: rgba(0, 0, 0, .1) no-repeat scroll center center; position: fixed; top: 0px; left: 0px; z-index: 98; width: 100%; height: 100%; display: none;">
     </div>
 
     <nav class="navbar navbar-expand-md navbar-dark stag-primary-bg py-1">