Skip to content

Commit

Permalink
Merge pull request #536 from 0xsend/dev
Browse files Browse the repository at this point in the history
app splash hide overflow (#535)
  • Loading branch information
0xBigBoss authored Jul 4, 2024
2 parents d9ba3ed + 3b66b35 commit f7cf0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/features/splash/screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Hero() {
const mobileImagePosition = carouselImagePositions[carouselProgress]

return (
<YStack h={isWeb ? '100svh' : '100%'} bc="$black">
<YStack h={isWeb ? '100svh' : '100%'} bc="$black" overflow="hidden">
{carouselImage && (
<Stack
pos="absolute"
Expand Down

0 comments on commit f7cf0be

Please sign in to comment.