Skip to content

Commit

Permalink
fix(image canvas): set max height
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Nov 19, 2024
1 parent 4dbd786 commit 1042424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/features/upload/UploadImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const UploadImage = ({ reportId }: { reportId: string }) => {
position="relative"
w={{ base: "100%", lg: "634px" }}
h={{ base: "100vh", lg: "792px" }}
maxH={{ base: "100vh", lg: "100vh" }}
bgColor="white"
>
{selectedPicture ? (
Expand Down

0 comments on commit 1042424

Please sign in to comment.