Просмотр исходного кода

problème de z-index pour le loading

Vincent GUFFON 4 лет назад
Родитель
Сommit
54f215bab3
2 измененных файлов с 4 добавлено и 1 удалено
  1. 3 0
      assets/css/global.scss
  2. 1 1
      components/Layout/Loading.vue

+ 3 - 0
assets/css/global.scss

@@ -28,4 +28,7 @@ header .v-toolbar__content{
   overflow-y: scroll
 }
 
+.v-menu__content{
+  z-index: 400 !important;
+}
 

+ 1 - 1
components/Layout/Loading.vue

@@ -43,6 +43,6 @@ export default defineComponent({
     left: 0;
     width: 100%;
     height: 100%;
-    z-index: 100!important;
+    z-index: 1001!important;
   }
 </style>