mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
fix template variable selector overlap by the panel (#10493)
This commit is contained in:
parent
2843961677
commit
6a73205b18
@ -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…
Reference in New Issue
Block a user