🐛 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: ""; content: "";
flex: auto; flex: auto;
} }
.select-wrapper {
overflow: initial;
}
} }