File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ const BipartiteLayout: React.FC<BipartiteLayoutProps> = ({
1010 rightContent,
1111} ) => {
1212 return (
13- < div className = "container mx-auto h-screen flex md:flex-row flex-col" >
13+ < div className = "container mx-auto flex md:flex-row flex-col" >
1414 { /* Left Half (Main Content) */ }
1515 < div
16- className = { `md:w-4/5 flex-grow flex flex-col md:justify-center items-start pl-2 pr-2
17- md:pr-0 w-full justify-start pt-8 md:pt-0 text-left mb-24 md:mb-0 overflow-hidden scrollbar-none` }
16+ className = { `md:w-4/5 flex flex-col md:justify-center items-start pl-2 pr-2
17+ md:pr-0 w-full justify-start pt-8 md:pt-0 text-left h-[calc(86.5%)] md:h-full md:mb-0 overflow-hidden scrollbar-none` }
1818 >
1919 { leftContent }
2020 </ div >
You can’t perform that action at this time.
0 commit comments