0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Fix flow dropdown paddings

This commit is contained in:
Eva Marco 2024-03-19 16:35:44 +01:00
parent ea73e1d365
commit 02ff228f29

View file

@ -36,7 +36,7 @@
width: $s-272; width: $s-272;
padding: $s-6; padding: $s-6;
max-height: calc(100vh - 3 * ($s-2 + $s-48)); max-height: calc(100vh - 3 * ($s-2 + $s-48));
overflow: scroll; overflow: auto;
} }
.dropdown-element { .dropdown-element {