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',