mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 13:09:22 +00:00
🐛 Fix flows list elements are not accessible when too many
This commit is contained in:
parent
bbe4ef5fc1
commit
445519fc70
@ -35,10 +35,13 @@
|
|||||||
top: calc($s-2 + $s-48);
|
top: calc($s-2 + $s-48);
|
||||||
width: $s-272;
|
width: $s-272;
|
||||||
padding: $s-6;
|
padding: $s-6;
|
||||||
|
max-height: calc(100vh - 3 * ($s-2 + $s-48));
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-element {
|
.dropdown-element {
|
||||||
@extend .dropdown-element-base;
|
@extend .dropdown-element-base;
|
||||||
|
min-height: $s-32;
|
||||||
.icon {
|
.icon {
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user