diff --git a/src/components/layouts/dashboard/headerWithSidebar/index.jsx b/src/components/layouts/dashboard/headerWithSidebar/index.jsx index c1b9e9f..68f4bc6 100644 --- a/src/components/layouts/dashboard/headerWithSidebar/index.jsx +++ b/src/components/layouts/dashboard/headerWithSidebar/index.jsx @@ -85,13 +85,12 @@ const HeaderWithSidebar = ({ children }) => { width: drawerWidth, flexShrink: 0, "& .MuiDrawer-paper": { - height: "-webkit-fill-available", overflow: "hidden", width: drawerWidth, boxSizing: "border-box", borderTop: 1, borderTopColor: "divider", - top: "unset", + position: 'inherit' }, }} variant="persistent"