@@ -123,6 +123,7 @@ export const Layout: React.FC = ({ children, titlePage, isLoader, h width='100%' sx={{ padding: '5px 0px 0px 70px', + marginLeft: '60px', overflowX: 'hidden', minHeight: '100dvh', }} @@ -98,6 +98,7 @@ const closedMixin = (theme: Theme): CSSObject => ({ const Drawer = styled(MuiDrawer, { shouldForwardProp: (prop) => prop !== 'open' })(({ theme, open }) => ({ width: drawerWidth, flexShrink: 0, + position: 'absolute', whiteSpace: 'nowrap', boxSizing: 'border-box', ...(open && {