mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 21:49:10 +00:00
🐛 Fix flow dropdown paddings
This commit is contained in:
parent
ea73e1d365
commit
02ff228f29
@ -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…
x
Reference in New Issue
Block a user