From 3fdfd2f27bb9b51e99cbf8b8cde28630c552d3cc Mon Sep 17 00:00:00 2001 From: Hwang Taehwan <107744534+stakbucks@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:00:08 +0900 Subject: [PATCH] hotfix(bottle): legacy create-profile page height (#64) --- apps/bottle/src/features/steps/stepStyle.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bottle/src/features/steps/stepStyle.css.ts b/apps/bottle/src/features/steps/stepStyle.css.ts index 430655f..b1d2e8e 100644 --- a/apps/bottle/src/features/steps/stepStyle.css.ts +++ b/apps/bottle/src/features/steps/stepStyle.css.ts @@ -24,7 +24,7 @@ export const buttonContainer = style({ }); export const containerStyle = style({ - height: `calc(100vh - ${CONTAINER_OFFSET_HEIGHT - OVERLAP_HEIGHT}px)`, + height: `calc(100vh - ${CONTAINER_OFFSET_HEIGHT - OVERLAP_HEIGHT}px - env(safe-area-inset-top))`, overflow: 'scroll', msOverflowStyle: 'none', scrollbarWidth: 'none',