0
Fork 0
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:
alonso.torres 2023-11-21 14:38:55 +01:00
parent 264a3cf9a3
commit 9773eeb632

View file

@ -33,4 +33,8 @@
content: "";
flex: auto;
}
.select-wrapper {
overflow: initial;
}
}