Skip to content

Commit

Permalink
design : 홈화면에서 내비게이션바뒤로 배경이 보이던 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kangminguu committed Jan 4, 2025
1 parent 5058003 commit c58c6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const GradientContainer = () => {

return (
<div
className="h-full max-w-[473px] min-w-[375px] w-full absolute"
className="h-full max-w-[475px] min-w-[375px] w-full absolute"
style={gradientStyle}
></div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const CommonLayout = () => (
);

const HomePageLayout = () => (
<div className="flex flex-col h-full">
<div className="flex flex-col h-full relative">
<GradientContainer />
<Container pt={5} px={5}>
<Outlet />
Expand Down

0 comments on commit c58c6de

Please sign in to comment.