From a7f6797499b5071aa46a7e3db0c0176d7a19c2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Wed, 5 Mar 2025 10:05:16 +0100 Subject: [PATCH] :bug: Hide horizontal scroll from dashboard sidebar --- CHANGES.md | 1 + frontend/src/app/main/ui/dashboard/sidebar.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1e56ed1f1..4300daba9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ - Fix opacity in frame containers [Github #5858](https://github.com/penpot/penpot/pull/5858) - Avoid resizing on click [Taiga #10213](https://tree.taiga.io/project/penpot/issue/10213) +- Hide horizontal scroll from dashboard sidebar [Taiga #10422](https://tree.taiga.io/project/penpot/issue/10422) ## 2.5.2 diff --git a/frontend/src/app/main/ui/dashboard/sidebar.scss b/frontend/src/app/main/ui/dashboard/sidebar.scss index 95ad98c32..328a7c004 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.scss +++ b/frontend/src/app/main/ui/dashboard/sidebar.scss @@ -32,6 +32,7 @@ gap: $s-24; height: 100%; padding: 0; + overflow-x: hidden; overflow-y: auto; }