From 5e6324b6b173ce9edd0f541904a5e6cdef3ab8f0 Mon Sep 17 00:00:00 2001 From: vladislavkeblysh Date: Mon, 16 Oct 2023 12:11:44 +0300 Subject: [PATCH] feat: fixed editor bar visibility --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index d0abb9060..4177c48a8 100755 --- a/src/index.scss +++ b/src/index.scss @@ -336,7 +336,7 @@ header { .header-action-bar { background-color: #fff; - z-index: 2; + z-index: 9999 !important; box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%); position: sticky; top: 0;