Commit 68ba60ad by Ivana Huckova Committed by GitHub

Typeahead: Fix z-index (#23809)

parent 3955e8cb
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
.slate-typeahead { .slate-typeahead {
.typeahead { .typeahead {
position: relative; position: relative;
z-index: auto; z-index: $zindex-typeahead;
border-radius: $border-radius; border-radius: $border-radius;
border: $panel-border; border: $panel-border;
max-height: calc(66vh); max-height: calc(66vh);
......
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