Skip to content

Commit

Permalink
Fix issue#806 - page jump caused by h-screen on wrapping div (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajesh Gollapudi <[email protected]>
  • Loading branch information
rajeshg and Rajesh Gollapudi authored Nov 22, 2024
1 parent 6c7eb1d commit 6684435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function App() {

return (
<>
<div className="flex h-screen flex-col justify-between">
<div className="flex min-h-screen flex-col justify-between">
<header className="container py-6">
<nav className="flex flex-wrap items-center justify-between gap-4 sm:flex-nowrap md:gap-8">
<Logo />
Expand Down

0 comments on commit 6684435

Please sign in to comment.