We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7eb1d commit 6684435Copy full SHA for 6684435
app/root.tsx
@@ -214,7 +214,7 @@ function App() {
214
215
return (
216
<>
217
- <div className="flex h-screen flex-col justify-between">
+ <div className="flex min-h-screen flex-col justify-between">
218
<header className="container py-6">
219
<nav className="flex flex-wrap items-center justify-between gap-4 sm:flex-nowrap md:gap-8">
220
<Logo />
0 commit comments