mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -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);
|
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…
Add table
Reference in a new issue