more css hacks: scroll bar

This commit is contained in:
Aria Moradi
2021-01-23 02:53:00 +03:30
parent bd109ba11f
commit ca9c671886
2 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default function MangaGrid(props: IProps) {
}
return (
<Grid container spacing={1} xs={12} style={{ margin: 0 }}>
<Grid container spacing={1} xs={12} style={{ margin: 0, padding: '5px' }}>
{mapped}
</Grid>
);