Closed bluskript closed 4 years ago
Under certain conditions, the background shadows of dialogs flicker weirdly.
Dialog shadows stay constant while the dialog is open.
Dialog shadows flicker in certain events (such as tab page change)
https://codesandbox.io/s/stoic-tu-5p9wl
Steps:
createMuiTheme
<ThemeProvider />
I am trying to add tabs to a dialog with a custom theme.
I believe it's a rendering anomaly from the browser, nothing we have much control over.
Under certain conditions, the background shadows of dialogs flicker weirdly.
Current Behavior 😯
Dialog shadows stay constant while the dialog is open.
Expected Behavior 🤔
Dialog shadows flicker in certain events (such as tab page change)
Steps to Reproduce 🕹
https://codesandbox.io/s/stoic-tu-5p9wl
Steps:
createMuiTheme
and<ThemeProvider />
video demo
Context 🔦
I am trying to add tabs to a dialog with a custom theme.
Your Environment 🌎