Fixed css for mobile android

This commit is contained in:
Clément Le Bihan
2023-11-24 21:30:26 +01:00
parent ecac53516e
commit 533dc0e7ad
2 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const SongCardGrid = (props: SongCardGrid) => {
<VStack space={5}>
<Heading>{props.heading}</Heading>
<FlatGrid
nestedScrollEnabled
scrollEnabled={false}
maxItemsPerRow={props.maxItemsPerRow}
additionalRowStyle={props.style ?? { justifyContent: 'flex-start' }}
data={props.songs}