File tree Expand file tree Collapse file tree
app/frontend/pages/projects/onboarding Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments