File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/nowait-user/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const CenteredContentLayout = ({
1212 buttonText : string | React . ReactNode ;
1313} ) => {
1414 return (
15- < div className = "flex justify-center items-center min-h-dvh" >
15+ < div className = "flex flex-col justify-center items-center min-h-dvh" >
1616 < div className = "flex flex-col items-center text-center px-5" >
1717 { children }
1818 </ div >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const PageFooterButton = ({
2222
2323 return (
2424 < footer
25- className = { `sticky bottom-0 w-full max-w-[430px] min-w-[320px] ${ backgroundClass } ` }
25+ className = { `fixed bottom-0 w-full max-w-[430px] min-w-[320px] ${ backgroundClass } ` }
2626 >
2727 < div className = { `${ className } flex justify-center pt-8 pb-6 px-5` } >
2828 { children }
You can’t perform that action at this time.
0 commit comments