mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🐛 Add scroll to plugins menu list
This commit is contained in:
committed by
Alejandro Alonso
parent
a0f16fc038
commit
a1e307b4ce
@@ -19,6 +19,7 @@
|
||||
- Hide horizontal scroll from dashboard sidebar [Taiga #10422](https://tree.taiga.io/project/penpot/issue/10422)
|
||||
- Fix cut and paste a copy a cmponent inside its parent [Taiga #10365](https://tree.taiga.io/project/penpot/us/10365)
|
||||
- Fix duplicate page with component over frame [Taiga #8151](https://tree.taiga.io/project/penpot/issue/8151) and [Taiga #9698](https://tree.taiga.io/project/penpot/issue/9698)
|
||||
- The plugin list in the navigation menu lacks scrolling, some plugins are not visible when a large number are installed [Taiga #9360](https://tree.taiga.io/project/penpot/us/9360)
|
||||
|
||||
## 2.5.2
|
||||
|
||||
|
||||
@@ -106,6 +106,9 @@
|
||||
|
||||
&.plugins {
|
||||
top: $s-180;
|
||||
max-height: calc(100vh - $s-180);
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
&.help-info {
|
||||
|
||||
Reference in New Issue
Block a user