Add right padding

This commit is contained in:
dominik-zeglen 2019-10-09 13:31:45 +02:00
parent 8a2f240719
commit da58dabeb6

View file

@ -19,6 +19,7 @@ const useStyles = makeStyles((theme: Theme) => ({
overflowX: "hidden",
overflowY: "scroll",
paddingLeft: theme.spacing.unit * 3,
paddingRight: theme.spacing.unit * 2,
position: "relative",
right: theme.spacing.unit * 3,
width: `calc(100% + ${theme.spacing.unit * 3}px)`