From 4829b843b20bff2115ee8daff215c2778e725e92 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 29 Apr 2026 15:52:48 +0000 Subject: [PATCH] :bug: Fix dashboard modal clipping behind sidebar (#9233) Backport from develop commit 510a015424b6b98529dba19cc72bdf002b8ff83a. - Fix release notes modal appearing behind the dashboard sidebar (by @RenzoMXD) - Change sidebar z-index from dropdown to panels layer Signed-off-by: Andrey Antukh --- CHANGES.md | 1 + frontend/src/app/main/ui/dashboard/sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a7293b6411..067a4438d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ ### :bug: Bugs fixed +- Fix release notes modal appearing behind the dashboard sidebar (by @RenzoMXD) [Github #8296](https://github.com/penpot/penpot/issues/8296) - Fix incorrect handling of version restore operation [Github #9041](https://github.com/penpot/penpot/pull/9041) diff --git a/frontend/src/app/main/ui/dashboard/sidebar.scss b/frontend/src/app/main/ui/dashboard/sidebar.scss index 4c62bdcff6..96c420c53d 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.scss +++ b/frontend/src/app/main/ui/dashboard/sidebar.scss @@ -26,7 +26,7 @@ margin: 0 var(--sp-l) 0 0; border-right: $b-1 solid var(--panel-border-color); background-color: var(--panel-background-color); - z-index: var(--z-index-dropdown); + z-index: var(--z-index-panels); } //SIDEBAR CONTENT COMPONENT