Commit 6a73205b by Alexander Zobnin Committed by Torkel Ödegaard

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

parent 28439616
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment