From 4aa89cf47fba6c6581b41cbad61a37d0d8cde75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Wed, 10 Dec 2025 13:02:08 +0100 Subject: [PATCH] :bug: Fix main menu covered by toolbar --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 028b7b55fe..81028f2b91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,7 @@ - Fix problem when drag+duplicate a full grid [Taiga #12565](https://tree.taiga.io/project/penpot/issue/12565) - Fix problem when pasting elements in reverse flex layout [Taiga #12460](https://tree.taiga.io/project/penpot/issue/12460) - Fix wrong board size presets in Android [Taiga #12339](https://tree.taiga.io/project/penpot/issue/12339) +- Fix main menu covered by toolbar [Taiga #12884](https://tree.taiga.io/project/penpot/issue/12884) ## 2.12.0 (Unreleased) diff --git a/frontend/src/app/main/ui/workspace/sidebar.scss b/frontend/src/app/main/ui/workspace/sidebar.scss index acceaf4f7d..6acecaa1cc 100644 --- a/frontend/src/app/main/ui/workspace/sidebar.scss +++ b/frontend/src/app/main/ui/workspace/sidebar.scss @@ -22,7 +22,7 @@ background-color: var(--panel-background-color); height: 100vh; max-height: 100vh; - z-index: deprecated.$z-index-1; + z-index: deprecated.$z-index-3; .resize-area { grid-area: resize;