diff --git a/src/components/AppLayout/AppLayout.tsx b/src/components/AppLayout/AppLayout.tsx index 7be4ee843..db6fa15a5 100644 --- a/src/components/AppLayout/AppLayout.tsx +++ b/src/components/AppLayout/AppLayout.tsx @@ -83,6 +83,7 @@ const useStyles = makeStyles( } }, root: { + isolation: "isolate", [theme.breakpoints.up("md")]: { display: "flex" },