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