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

pull/10139/merge
Alexander Zobnin 7 years ago committed by Torkel Ödegaard
parent 2843961677
commit 6a73205b18
  1. 2
      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;

Loading…
Cancel
Save