fixed bug scroll
This commit is contained in:
@@ -85,13 +85,12 @@ const HeaderWithSidebar = ({ children }) => {
|
|||||||
width: drawerWidth,
|
width: drawerWidth,
|
||||||
flexShrink: 0,
|
flexShrink: 0,
|
||||||
"& .MuiDrawer-paper": {
|
"& .MuiDrawer-paper": {
|
||||||
height: "-webkit-fill-available",
|
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
width: drawerWidth,
|
width: drawerWidth,
|
||||||
boxSizing: "border-box",
|
boxSizing: "border-box",
|
||||||
borderTop: 1,
|
borderTop: 1,
|
||||||
borderTopColor: "divider",
|
borderTopColor: "divider",
|
||||||
top: "unset",
|
position: 'inherit'
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
variant="persistent"
|
variant="persistent"
|
||||||
|
|||||||
Reference in New Issue
Block a user