Skip to content

Commit

Permalink
CHG hide scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
austinbarron authored and synoet committed May 3, 2022
1 parent a8bafba commit f519f6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/shared/Navigation/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const Nav = ({open, handleDrawerClose}) => {
paper: classes.drawerPaper,
}}
style={{height: '100%'}}
PaperProps={{style: {scrollbarWidth: 'none'}}}
>
<Box className={classes.listContainer}>
<Box className={classes.logoContainer}>
Expand Down
3 changes: 3 additions & 0 deletions web/src/components/shared/Navigation/Nav.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export const useStyles = makeStyles((theme) => ({
height: '100%',
width: drawerWidth,
flexShrink: 0,
'& .MuiDrawer-paper::-webkit-scrollbar': {
display: 'none',
},
},
drawerPaper: {
width: drawerWidth,
Expand Down

0 comments on commit f519f6c

Please sign in to comment.