mirror of
https://github.com/penpot/penpot.git
synced 2025-03-30 16:41:20 -05:00
🐛 Fix overflow in picker select
This commit is contained in:
parent
264a3cf9a3
commit
9773eeb632
1 changed files with 4 additions and 0 deletions
|
@ -33,4 +33,8 @@
|
|||
content: "";
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.select-wrapper {
|
||||
overflow: initial;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue