Skip to content

Commit

Permalink
Merge pull request #57232 from bernhardoj/fix/53917-overflown-skeleton
Browse files Browse the repository at this point in the history
Fix skeleton overflows the categories page making it scrollable
  • Loading branch information
chiragsalian authored Feb 26, 2025
2 parents ee10ff8 + 5040a61 commit 03ded84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmptyStateComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function EmptyStateComponent({
contentContainerStyle={[{minHeight: minModalHeight}, styles.flexGrow1, styles.flexShrink0, containerStyles]}
style={styles.flex1}
>
<View style={styles.skeletonBackground}>
<View style={[styles.skeletonBackground, styles.overflowHidden]}>
<SkeletonComponent
gradientOpacityEnabled
shouldAnimate={false}
Expand Down

0 comments on commit 03ded84

Please sign in to comment.