mirror of
https://github.com/penpot/penpot.git
synced 2025-04-14 16:01:24 -05:00
🐛 Add scroll to plugins menu list
This commit is contained in:
parent
a0f16fc038
commit
a1e307b4ce
2 changed files with 4 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue