From 98039f13d84faeb46527e638aed0ce80cd98521c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 10 Dec 2025 09:47:40 +0100 Subject: [PATCH] :bug: Fix main toolbar z-index --- frontend/src/app/main/ui/workspace/top_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/top_toolbar.scss b/frontend/src/app/main/ui/workspace/top_toolbar.scss index 53b534569e..d005682878 100644 --- a/frontend/src/app/main/ui/workspace/top_toolbar.scss +++ b/frontend/src/app/main/ui/workspace/top_toolbar.scss @@ -18,7 +18,7 @@ padding: deprecated.$s-8 deprecated.$s-16; border-radius: deprecated.$s-8; border: deprecated.$s-2 solid var(--panel-border-color); - z-index: deprecated.$z-index-3; + z-index: deprecated.$z-index-1; background-color: var(--color-background-primary); transition: top 0.3s,