snakesilk / react-fullscreen

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

Toast not appearing in full screen mode #96

Closed shahan007 closed 1 year ago

shahan007 commented 1 year ago

I am using ANTD as my UI library and following are the issues I have encountered so far as I have just started using it

pomle commented 1 year ago

This is probably not related to this library, as it only tells the browser what element should go full screen.

If toasts or other peripheral UI element are not working in fullscreen it is likely because they don't support fullscreen mode, or that they have been applied to an element outside the fullscreen element.