reduce scrollbar width

This commit is contained in:
Abhinav 2022-06-16 13:03:44 +05:30
parent 3ecb5f02ff
commit 5e3a163dac

View file

@ -5,6 +5,7 @@ export const DrawerSidebar = styled(Drawer)(({ theme }) => ({
'& .MuiPaper-root': {
width: '320px',
padding: theme.spacing(2, 1, 4, 1),
scrollbarWidth: 'thin',
},
}));