reactjs-popup
reactjs-popup copied to clipboard
Popup opens behind MUI Dialog
Version
2.0.5
Test Case
https://codesandbox.io/s/eloquent-voice-c239pn?file=/src/App.js
Expected Behavior
The popup should be visible
Actual Behavior
The popup is partially occluded by the Dialog
Have similar problem, popup appears behind Storybook menu.
@shnigi We found a way to solve it.
On the popup component in React, or with CSS referencing the class of the popup element, set z-index to a very high number that is higher than that of the Dialog. We went with zIndex:"100000000"