🐛 Fix incorrect interaction betwen hower and scroll on assets sidebar

This commit is contained in:
Andrey Antukh
2025-12-03 15:59:17 +01:00
committed by Alejandro Alonso
parent 9245ba6bc2
commit 84273508ad
2 changed files with 3 additions and 2 deletions

View File

@@ -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 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 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 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 ## 2.11.1

View File

@@ -15,7 +15,7 @@
cursor: pointer; cursor: pointer;
.title-menu { .title-menu {
display: block; visibility: visible;
} }
} }
} }
@@ -25,7 +25,7 @@
} }
.title-menu { .title-menu {
display: none; visibility: hidden;
} }
.group-title { .group-title {