Skip to content

Commit

Permalink
Merge pull request #393 from cultuurnet/bugfix/UIT-249
Browse files Browse the repository at this point in the history
UIT-249: Fix screen height for larger resolutions
  • Loading branch information
hstandaert authored Feb 5, 2024
2 parents e426a3a + 70a06a5 commit d89e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_components/diagonalSplitView/DiagonalSplitView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DiagonalSplitView: FC<TProps> = ({
const { width } = useWindowDimensions();

return (
<ScrollView>
<ScrollView contentContainerStyle={{ flexGrow: 1 }}>
<Styled.TopSafeAreaViewContainer backgroundColor={backgroundColor} edges={['top']} isScrollable={false} />
<Styled.ViewContainer backgroundColor={backgroundColor} edges={['bottom']} isScrollable={false}>
<Styled.TopContainer backgroundColor={backgroundColor} style={topContentStyle}>
Expand Down

0 comments on commit d89e5d5

Please sign in to comment.