Skip to content

Commit 6684435

Browse files
rajeshgRajesh Gollapudi
andauthored
Fix issue#806 - page jump caused by h-screen on wrapping div (#886)
Co-authored-by: Rajesh Gollapudi <[email protected]>
1 parent 6c7eb1d commit 6684435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function App() {
214214

215215
return (
216216
<>
217-
<div className="flex h-screen flex-col justify-between">
217+
<div className="flex min-h-screen flex-col justify-between">
218218
<header className="container py-6">
219219
<nav className="flex flex-wrap items-center justify-between gap-4 sm:flex-nowrap md:gap-8">
220220
<Logo />

0 commit comments

Comments
 (0)