writer-framework
writer-framework copied to clipboard
fix(ui): remove some overflow constraints
CoreSelect displays a dropdown which is cropped by overflow: hidden. Removing this CSS rule prevent that
closes #380
https://github.com/user-attachments/assets/395cc4f2-bd39-4eb5-a234-24f3570a511b
I think the rounded corners in the video you shared are broken, hence the overflow :(
@ramedina86 , it's fixed. I simply added border-bottom-left|right-radius to the container to avoid that (diff)
@madeindjs No idea that existed, brilliant! Thanks