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

fix template variable selector overlap by the panel (#10493)

Alexander Zobnin 8 лет назад
Родитель
Сommit
6a73205b18
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/sass/components/_submenu.scss

+ 1 - 1
public/sass/components/_submenu.scss

@@ -68,7 +68,7 @@
   overflow-x: hidden;
   background-color: $dropdownBackground;
   box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
-  z-index: 1000;
+  z-index: $zindex-typeahead;
   font-size: $font-size-base;
   border-radius: 3px 3px 0 0;
   border: 1px solid $tight-form-func-bg;