ecklf / tailwindcss-radix

Utilities and variants for styling Radix state
https://tailwindcss-radix.vercel.app
MIT License
2.11k stars 67 forks source link

BUG? Wrong position of the Select content in Dialog. #16

Closed Codennnn closed 2 years ago

Codennnn commented 2 years ago

Thanks for making such a great UI component!

I tried using the Select component in the Dialog, but the Select.Content display an incorrect position.

The same behavior occurs in the Popover. 🤔

image

ecklf commented 2 years ago

I think you’d need to wrap the select in https://www.radix-ui.com/docs/primitives/components/dialog#portal. Have you tried using that?

ecklf commented 2 years ago

Closing due to inactivity