select icon indicating copy to clipboard operation
select copied to clipboard

Select component doesn't render in Portal

Open sf0rman opened this issue 1 year ago • 0 comments

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

sf0rman avatar Aug 15 '24 13:08 sf0rman