Skip to content

Commit ed61021

Browse files
committed
Fix Home screen
1 parent c3ec257 commit ed61021

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontend/src/pages/HomePage/components/ScrollablePageBlock.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const ScrollablePageBlock: React.FC<ScrollablePageBlockProps> = ({ children, tit
3535
mt: 2,
3636
flexDirection: horizontal ? 'row' : 'column',
3737
flexWrap: 'nowrap',
38+
display: 'flex',
3839
gap: 2,
3940
alignItems: 'start',
4041
overflowX: horizontal ? 'auto' : 'hidden',

0 commit comments

Comments
 (0)