Skip to content

Commit

Permalink
Merge pull request #37 from prtcl/chore/viewer-fixes
Browse files Browse the repository at this point in the history
switch to percentages on mobile to see if this fixes IG webview
  • Loading branch information
prtcl authored Nov 12, 2024
2 parents c01b9e5 + a28c3eb commit e6b3eb2
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 @@ -80,8 +80,8 @@ export const ProjectViewer = () => {
<Dialog.Content
borderRadius={12}
height="100%"
maxHeight={['97svh', '95vh', '95vh', '92vh', '84vh']}
maxWidth={['97vw', '95vw', '95vw', '92vw', '82vw', '74vw', '80rem']}
maxHeight={['97%', '95%', '95vh', '92vh', '84vh']}
maxWidth={['97%', '95%', '95vw', '92vw', '82vw', '74vw', '80rem']}
onOpenAutoFocus={(e) => e.preventDefault()}
overflow="hidden"
shadow="2xl"
Expand Down

0 comments on commit e6b3eb2

Please sign in to comment.