From 84273508adf5ad72427ca371ec277a67fd17d74c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 3 Dec 2025 15:59:17 +0100 Subject: [PATCH] :bug: Fix incorrect interaction betwen hower and scroll on assets sidebar --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/sidebar/assets/groups.scss | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1f541a0a9e..78b4f28a3e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -91,6 +91,7 @@ example. It's still usable as before, we just removed the example. - Fix problem with plugins content attribute [Plugins #209](https://github.com/penpot/penpot-plugins/issues/209) - Fix U and E icon displayed in project list [Taiga #12806](https://tree.taiga.io/project/penpot/issue/12806) - Fix unpublish library modal not scrolling a long file list [Taiga #12285](https://tree.taiga.io/project/penpot/issue/12285) +- Fix incorrect interaction betwen hower and scroll on assets sidebar [Taiga #12389](https://tree.taiga.io/project/penpot/issue/12389) ## 2.11.1 diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets/groups.scss b/frontend/src/app/main/ui/workspace/sidebar/assets/groups.scss index 223a6d920e..1237c53323 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets/groups.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/assets/groups.scss @@ -15,7 +15,7 @@ cursor: pointer; .title-menu { - display: block; + visibility: visible; } } } @@ -25,7 +25,7 @@ } .title-menu { - display: none; + visibility: hidden; } .group-title {