Skip to content

Commit

Permalink
hofix: image canvas max height
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Nov 21, 2024
1 parent 677a583 commit 83532f4
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 83532f4

Please sign in to comment.