1
0
Fork 0
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:
Marina López 2025-03-05 11:23:04 +01:00 committed by Alejandro Alonso
parent a0f16fc038
commit a1e307b4ce
2 changed files with 4 additions and 0 deletions
frontend/src/app/main/ui/workspace

View file

@ -106,6 +106,9 @@
&.plugins {
top: $s-180;
max-height: calc(100vh - $s-180);
overflow-x: hidden;
overflow-y: auto;
}
&.help-info {