diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/interstitials/TrendingVideos.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx index 3ed3eadd8..b76066330 100644 --- a/src/components/interstitials/TrendingVideos.tsx +++ b/src/components/interstitials/TrendingVideos.tsx @@ -71,6 +71,7 @@ export function TrendingVideos() { a.pt_lg, a.pb_lg, a.border_t, + a.overflow_hidden, t.atoms.border_contrast_low, t.atoms.bg_contrast_25, ]}> @@ -104,7 +105,8 @@ export function TrendingVideos() { horizontal showsHorizontalScrollIndicator={false} decelerationRate="fast" - snapToInterval={CARD_WIDTH + a.gap_sm.gap}> + snapToInterval={CARD_WIDTH + a.gap_sm.gap} + style={[a.overflow_visible]}> <View style={[ a.flex_row, |