Add stacking context to App wrapper (#2024)
This commit is contained in:
parent
2d71c138b7
commit
4c24d01d7a
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ const useStyles = makeStyles(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
root: {
|
root: {
|
||||||
|
isolation: "isolate",
|
||||||
[theme.breakpoints.up("md")]: {
|
[theme.breakpoints.up("md")]: {
|
||||||
display: "flex"
|
display: "flex"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue