Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Attached menu not visible on top layer #14804

Open
2 tasks done
misiekhardcore opened this issue Oct 6, 2023 · 0 comments
Open
2 tasks done

[Bug]: Attached menu not visible on top layer #14804

misiekhardcore opened this issue Oct 6, 2023 · 0 comments
Labels

Comments

@misiekhardcore
Copy link
Contributor

misiekhardcore commented Oct 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ⏱ Backlog
Development

No branches or pull requests

2 participants