Skip to content

Commit

Permalink
hotfix(bottle): legacy create-profile page height (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks authored Oct 1, 2024
1 parent 21b4c4a commit 3fdfd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bottle/src/features/steps/stepStyle.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3fdfd2f

Please sign in to comment.