Skip to content

Commit

Permalink
Revert "fix: 모바일 환경에서의 스크롤 버그 수정 (#551)"
Browse files Browse the repository at this point in the history
This reverts commit 1d56794.
  • Loading branch information
gxxrxn authored Aug 20, 2024
1 parent 3cfd7cd commit 426e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Layout = ({ children }: LayoutProps) => {
return (
<>
<main
className={`h-auto min-h-[100dvh] w-full max-w-[43rem] animate-page-transition overflow-auto px-[2rem] ${dynamicClass}`}
className={`h-[100dvh] w-full max-w-[43rem] animate-page-transition overflow-auto px-[2rem] ${dynamicClass}`}
>
{children}
</main>
Expand Down

0 comments on commit 426e00d

Please sign in to comment.