Skip to content

Commit

Permalink
Fix : #679
Browse files Browse the repository at this point in the history
  • Loading branch information
YashJsh committed Oct 7, 2024
1 parent 6cde104 commit 766bf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/upload-zone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export default function UploadZone({
return (
<div
{...getRootProps({ onClick: (evt) => evt.stopPropagation() })}
className="relative h-full min-h-[(calc(100vh-350px))]"
className="relative h-full min-h-[67vh]"
>
<div
className={cn(
Expand Down

0 comments on commit 766bf5b

Please sign in to comment.