Radix Popover inside Radix Dialog not working

Trying to use a popper inside a dialog. the popper shows up inside the dialog but I am not able to click on anything inside the popper. It is acting as if the popper were not there with the cursor changing as per the elements behind the popper. Any idea what could be happening?
Solution:
For some reason I needed to added pointer-events-auto to make it work
Jump to solution
1 Reply
Solution
jairrard
jairrard15mo ago
For some reason I needed to added pointer-events-auto to make it work

Did you find this page helpful?