Skip to content

Commit 23a3deb

Browse files
authored
Merge pull request #508 from GTable/fix/user/order
feat: 오더 페이지 css 수정
2 parents b3848f5 + 1ec99ca commit 23a3deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/nowait-user/src/components/layout/CenteredContentLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

apps/nowait-user/src/components/order/PageFooterButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)