Skip to content

Commit

Permalink
fix: PWA환경에서 Login 페이지의 로그인 섹션이 비정상적인 위치에 있던 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyugeon committed Aug 15, 2024
1 parent a4a97cb commit 27e113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const LoginPage = () => {
</p>
</article>

<section className="absolute inset-x-[2rem] bottom-[calc(env(safe-area-inset-bottom)+2rem)] mx-auto flex max-w-[41rem] flex-col justify-center gap-[1rem]">
<section className="absolute inset-x-[2rem] bottom-[2rem] mx-auto flex max-w-[41rem] flex-col justify-center gap-[1rem]">
<LoginLink>
<Button size="full" colorScheme="kakao">
<div className="flex w-full items-center justify-center">
Expand Down

0 comments on commit 27e113b

Please sign in to comment.