Skip to content

Commit 5d2808a

Browse files
committed
fully fix onboarding responsivness
1 parent 469e5bf commit 5d2808a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • app/frontend/pages/projects/onboarding

app/frontend/pages/projects/onboarding/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function ProjectsOnboarding({ is_modal }: { is_modal: boolean }) {
108108

109109
<PaginationPage>
110110
{({ prev }) => (
111-
<div className="space-y-5 text-xl flex flex-col h-full">
111+
<div className="space-y-5 text-xl flex flex-col h-full overflow-scroll">
112112
<h2 className="font-outfit text-3xl font-semibold">Here's how it'll work</h2>
113113
<div className="space-y-4">
114114
<p>We need to make sure the time you're spending is real.</p>
@@ -136,7 +136,7 @@ function ProjectsOnboarding({ is_modal }: { is_modal: boolean }) {
136136
</div>
137137
</div>
138138
</div>
139-
<div className="grow min-h-0 flex flex-col">
139+
<div className="grow h-full flex flex-col">
140140
<label className="text-lg mb-2">
141141
<span className="font-bold">Give your project a fun name.</span> You'll be able to edit this later.
142142
</label>

0 commit comments

Comments
 (0)