Typeahead: Fix z-index (#23809)

This commit is contained in:
Ivana Huckova 2020-04-23 11:46:13 +02:00 committed by GitHub
parent 3955e8cbad
commit 68ba60adaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);