snakesilk / react-fullscreen

Fullscreen helper component for React.
https://www.npmjs.com/package/react-full-screen
MIT License
280 stars 33 forks source link

Not working with MUI Select and Popper #100

Closed Nilesh1199 closed 1 year ago

Nilesh1199 commented 1 year ago

I'm using MUI Select and Popper, in full-screen mode if I click on select, menu list is not visible and also for the MUI Popper. As I inspected the page can see the menu list and popper being rendered (tried increasing Z-index but not working).

pomle commented 1 year ago

I hate to play the blame game, but this is because MUI Select don't render in the same element as the fullscreen one. As far as I know this is an implementation detail in MUI Select.

Please see this issue for more help https://github.com/snakesilk/react-fullscreen/issues/44

Nilesh1199 commented 1 year ago

thanks @pomle