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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: