From bbd200f8693c9ec2067614d3a292bdc6c93b7451 Mon Sep 17 00:00:00 2001 From: rockchris099 Date: Mon, 13 Apr 2026 09:55:13 -0400 Subject: [PATCH] :bug: Fix dashboard Recent/Deleted titles overlapped by scrolling content (#8945) Add z-index to the sticky .nav element in the dashboard so that section titles (Recent, Deleted) stay above scrolling content instead of being obscured by project cards and file thumbnails. Fixes #8577 Signed-off-by: rockchris99 --- CHANGES.md | 1 + frontend/src/app/main/ui/dashboard/deleted.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 031efd2165..9300839618 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -45,6 +45,7 @@ - Fix plugin modal drag interactions over iframe and close-button behavior (by @marekhrabe) [Github #8871](https://github.com/penpot/penpot/pull/8871) - Fix hot update on color-row on texts [Taiga #13923](https://tree.taiga.io/project/penpot/issue/13923) - Fix selected color tokens [Taiga #13930](https://tree.taiga.io/project/penpot/issue/13930) +- Fix dashboard Recent/Deleted titles overlapped by scrolling content (by @rockchris99) [Github #8577](https://github.com/penpot/penpot/issues/8577) - Display resolved values of inactive tokens [Taiga #13628](https://tree.taiga.io/project/penpot/issue/13628) ## 2.15.0 (Unreleased) diff --git a/frontend/src/app/main/ui/dashboard/deleted.scss b/frontend/src/app/main/ui/dashboard/deleted.scss index 9a1ee20ac7..0ebba0c81b 100644 --- a/frontend/src/app/main/ui/dashboard/deleted.scss +++ b/frontend/src/app/main/ui/dashboard/deleted.scss @@ -52,6 +52,7 @@ padding: var(--sp-xxl) var(--sp-xxl) var(--sp-s) var(--sp-xxl); position: sticky; top: 0; + z-index: $z-index-100; } .nav-inside {