mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 20:06:41 +02: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
frontend/src/app/main/ui/workspace
|
@ -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
Add a link
Reference in a new issue