Skip to content

Commit

Permalink
slightly increase min/max viewer height to account for more viewport …
Browse files Browse the repository at this point in the history
…scenarios
  • Loading branch information
prtcl committed Nov 13, 2024
1 parent c06b0fc commit 77ed11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/feat/Projects/ProjectViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const ProjectViewer = () => {
borderRadius={12}
height="100%"
maxHeight={[
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 90vh)',
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 90vh)',
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 91vh)',
'min(calc(97% - env(safe-area-inset-bottom, 0px)), 92vh)',
'95vh',
'92vh',
'84vh',
Expand Down

0 comments on commit 77ed11c

Please sign in to comment.