Skip to content

Commit

Permalink
fix: 웹뷰 높이 고정 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulaBdj committed Nov 28, 2024
1 parent 3969016 commit 002d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MobileWrapper/MobileWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function MobileWrapper({ children }: { children: ReactNode }) {
<SplashLogoNew className="my-auto" />
</div>
</aside>
<div className="relative flex flex-col min-w-390 h-844 border-1 overflow-y-auto scrollbar-hide overflow-x-hidden">
<div className="relative flex flex-col min-w-390 border-1 overflow-y-auto scrollbar-hide overflow-x-hidden">
{children}
</div>
</div>
Expand Down

0 comments on commit 002d016

Please sign in to comment.