mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -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;
|
||||
padding: $s-6;
|
||||
max-height: calc(100vh - 3 * ($s-2 + $s-48));
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dropdown-element {
|
||||
|
|
Loading…
Reference in a new issue