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
mui is a fantastic time saver, but I've hit a nasty problem.
I'm combining material-ui with a very useful handsontable
however, I'm getting layering problems where the tables header rows conflict with mui elements.
In digging through the layers of CSS I can't see any z-index settings that could cause this, but the mui elements do have matrix transforms applied, probably for the reveal animations.
I tried removing these in the chrome debug console but can't seem to remove this effect.
I also tried placing the various MUI elements inside "container" divs where I can set the z-index, but still unable to fix this glitch effect.
mui is a fantastic time saver, but I've hit a nasty problem.
I'm combining material-ui with a very useful handsontable
however, I'm getting layering problems where the tables header rows conflict with mui elements.
In digging through the layers of CSS I can't see any z-index settings that could cause this, but the mui elements do have matrix transforms applied, probably for the reveal animations.
I tried removing these in the chrome debug console but can't seem to remove this effect.
I also tried placing the various MUI elements inside "container" divs where I can set the z-index, but still unable to fix this glitch effect.
I created a sample repo to repro:
source
https://github.com/dcsan/react-hot
demo
https://react-hot.meteor.com
note this is using meteorJS. to run the app locally
any help appreciated!
The text was updated successfully, but these errors were encountered: