Skip to content

Commit

Permalink
min-h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed May 30, 2024
1 parent be9f2b5 commit c2b29da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/apply/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Apply() {
/>
</Head>

<div className="h-full relative w-full grid md:grid-cols-12">
<div className="h-full relative w-full grid md:grid-cols-12 min-h-screen">

{!user?.isLoggedIn? <div className="hidden z-50 relative w-full h-full md:block md:col-span-5 lg:col-span-5">
<div
Expand Down
2 changes: 1 addition & 1 deletion pages/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Index({allTags}) {
/>
</Head>

<div className="h-full relative w-full grid md:grid-cols-12">
<div className="h-full relative w-full grid md:grid-cols-12 min-h-screen">
<div className={`col-span-12 ${!user?.isLoggedIn?`md:col-span-6 lg:col-span-6`:''} z-10 relative`}>
<div className="flex items-center justify-center h-full w-full relative">
{!user && <Fallback />}
Expand Down

0 comments on commit c2b29da

Please sign in to comment.