Only show scrollbar when necessary (#377)

This commit is contained in:
schroda
2023-06-17 20:53:44 +02:00
committed by GitHub
parent 48d559ec19
commit ad38641616

View File

@@ -60,7 +60,7 @@ const HorizontalGrid = ({ isLoading, mangas, inLibraryIndicator, GridItemContain
margin: 0,
width: '100%',
padding: '5px',
overflowX: 'scroll',
overflowX: 'auto',
display: '-webkit-inline-box',
flexWrap: 'nowrap',
}}