fixed bug scroll
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user