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:
parent
bbe4ef5fc1
commit
445519fc70
1 changed files with 3 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Reference in a new issue