Typeahead: Fix z-index (#23809)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user