You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menu rendered for components like MenuButton are not visible when used on full screen (fullscreen handled with top layer with for example react-full-screen package).
Just click the fullscreen button and then the menu button. In full screen the menu is not visible cause it is attached to document.body and the fullscreen is using top layer which is rendered above everything else. Unfortunately stackblitz is blocking usage of full screen
Package
@carbon/react
Browser
Chrome
Package version
1.38.0
React version
17.0.2
Description
Menu rendered for components like
MenuButton
are not visible when used on full screen (fullscreen handled with top layer with for example react-full-screen package).Reproduction/example
https://stackblitz.com/edit/menu-full-screen-bug?file=src%2FApp.jsx
Steps to reproduce
Just click the fullscreen button and then the menu button. In full screen the menu is not visible cause it is attached to document.body and the fullscreen is using top layer which is rendered above everything else. Unfortunately stackblitz is blocking usage of full screen
Suggested Severity
None
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: