urb4nc4rl

Results 2 comments of urb4nc4rl

I'm not the OP but I also came here looking for this functionality. In my case, I'm using React, and I'd like to have more fine-grained control over the panning/zoom...

Thanks - for anybody who needs it, here's the CSS workaround until your investigation is complete: ``` div[data-radix-popper-content-wrapper] { z-index: 2000 !important; } ``` (FYI: MUI seems to give its...