thomas-lowry / figma-plugin-ds-svelte

Figma Plugin DS components made with Svelte
MIT License
180 stars 26 forks source link

Allow select menu to be visible outside of parent #22

Open naftalibeder opened 1 year ago

naftalibeder commented 1 year ago

If an element has overflow: hidden, SelectMenu's popup element was clipped. This uses some CSS trickery to fix that.