Skip to content

Commit

Permalink
fix(bottle): bottle detail page height
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Oct 3, 2024
1 parent dd20a64 commit b48703b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const layoutStyle = recipe({
},
variants: {
hasCTAButton: {
true: { height: `calc(100vh - ${CONTAINER_OFFSET_HEIGHT - OVERLAP_HEIGHT}px + env(safe-area-inset-top))` },
true: { height: `calc(100vh - ${CONTAINER_OFFSET_HEIGHT - OVERLAP_HEIGHT}px - env(safe-area-inset-top))` },
false: { height: '100vh' },
},
},
Expand Down

0 comments on commit b48703b

Please sign in to comment.