mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Typeahead: Fix z-index (#23809)
This commit is contained in:
parent
3955e8cbad
commit
68ba60adaf
@ -29,7 +29,7 @@
|
||||
.slate-typeahead {
|
||||
.typeahead {
|
||||
position: relative;
|
||||
z-index: auto;
|
||||
z-index: $zindex-typeahead;
|
||||
border-radius: $border-radius;
|
||||
border: $panel-border;
|
||||
max-height: calc(66vh);
|
||||
|
Loading…
Reference in New Issue
Block a user