File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/web/app/(org)/onboarding/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const Base = ({
2121} ) => {
2222 const router = useRouter ( ) ;
2323 return (
24- < div className = "relative w-[calc(100%-2%)] space-y-7 p-7 max-w-[472px] bg-gray-2 border border-gray-4 rounded-2xl" >
24+ < div className = "relative w-[calc(100%-2%)] z-10 space-y-7 p-7 max-w-[472px] bg-gray-2 border border-gray-4 rounded-2xl" >
2525 { ! hideBackButton && (
2626 < div
2727 onClick = { ( ) => router . back ( ) }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const Bottom = () => {
3131 } ) ;
3232
3333 return (
34- < div className = "flex right-0 bottom-0 left-0 justify-between items-center p-0 mt-5 w-full lg:absolute lg:mt-0 lg:p-16 " >
34+ < div className = "flex right-0 bottom-0 left-0 justify-between items-center p-0 lg:mb-10 my-5 mx-auto w-full lg:w-[calc(100%-80px)] lg:absolute lg:mt-0 " >
3535 < Button
3636 className = "w-fit"
3737 variant = "outline"
You can’t perform that action at this time.
0 commit comments