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

Select component doesn't render in Portal #1058

Open
sf0rman opened this issue Aug 15, 2024 · 0 comments
Open

Select component doesn't render in Portal #1058

sf0rman opened this issue Aug 15, 2024 · 0 comments

Comments

@sf0rman
Copy link

sf0rman commented Aug 15, 2024

The Select component, drop-down list doesn't render in a Portal causing issues with z-index and overflows when used inside pop-up modals.

https://react.dev/reference/react-dom/createPortal

By itself, on main page things mostly work, but with modals, tables and various elements that have z-index' set it causes issues.
React.createPortal exists for this to render list outside the dom-tree and have it properly overflow any element.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant