0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

🐛 Fix flows list elements are not accessible when too many

This commit is contained in:
Pablo Alba 2024-02-29 13:25:41 +01:00 committed by Andrey Antukh
parent bbe4ef5fc1
commit 445519fc70

View file

@ -35,10 +35,13 @@
top: calc($s-2 + $s-48);
width: $s-272;
padding: $s-6;
max-height: calc(100vh - 3 * ($s-2 + $s-48));
overflow: scroll;
}
.dropdown-element {
@extend .dropdown-element-base;
min-height: $s-32;
.icon {
@include flexCenter;
height: 100%;