Skip to content

Commit 9f9295a

Browse files
committed
fix: 만남 초대장 페이지 배경 가로 스크롤 수정
1 parent ddbfd9a commit 9f9295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tuk-web/src/app/invite/meet/src/components/InviteMeet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const InviteMeet = () => {
3535
}, []);
3636

3737
return (
38-
<div className="relative h-screen w-full overflow-y-auto bg-gradient-to-b from-white-default to-[#DCC8F8] px-5">
38+
<div className="relative h-screen w-full overflow-hidden overflow-y-auto bg-gradient-to-b from-white-default to-[#DCC8F8] px-5">
3939
<GradientBackground />
4040

4141
{showBanner && (

0 commit comments

Comments
 (0)