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

Dropdown menu append somewhere outside the parent component with different z-index #47

Open
amirhouieh opened this issue Sep 4, 2023 · 1 comment

Comments

@amirhouieh
Copy link

https://github.com/acid-info/lpe-temp/pull/2#discussion_r1313577822

@jeangovil
Copy link
Contributor

Rendering the menu outside the DOM hierarchy of the parent element is intentional, as it avoids clipping issues and allows for more flexibility in managing the overflows of both the parent element and the outer elements on the page.

I don't see how the z-index could be a problem as it could be easily adjusted with a line of CSS. However, to make things easier, we could have a base z-index value that can be set as a theme option, and then add different increments for various components.

@jinhojang6 jinhojang6 added this to the beta milestone Sep 26, 2023
@jeangovil jeangovil removed this from the beta milestone Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Beta
Development

No branches or pull requests

3 participants