Skip to content

Commit

Permalink
Change viewer height once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Sep 3, 2024
1 parent 94fbe3d commit c3a119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Viewer/Viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const StyledCloverViewer = styled("div", {
},
},
".clover-viewer-content": {
minHeight: "800px",
minHeight: "700px",
},
".clover-viewer-media-wrapper": {
zIndex: "99999",
Expand Down

0 comments on commit c3a119b

Please sign in to comment.