From 68ba60adaffdf58b16f62e43cd08392420288247 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Thu, 23 Apr 2020 11:46:13 +0200 Subject: [PATCH] Typeahead: Fix z-index (#23809) --- public/sass/components/_slate_editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/components/_slate_editor.scss b/public/sass/components/_slate_editor.scss index 944c72b5f56..35f911270ba 100644 --- a/public/sass/components/_slate_editor.scss +++ b/public/sass/components/_slate_editor.scss @@ -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);