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:
parent
ea73e1d365
commit
02ff228f29
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue