Skip to content

Commit d96dd24

Browse files
committed
Fix height when using a smaller screen
1 parent aa3f5c0 commit d96dd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Home() {
3434
</div>
3535
<div
3636
css={css`
37-
${tw`h-full flex-grow flex-shrink`}
37+
${tw`h-full min-h-screen flex-grow flex-shrink`}
3838
`}
3939
>
4040
<div

0 commit comments

Comments
 (0)