Skip to content

Commit

Permalink
fix: add min height to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gosticks committed Oct 10, 2023
1 parent 1272c34 commit 85fc639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/DropZone.svelte
Expand Up @@ -33,7 +33,7 @@
</script>

<div
class="border-4 rounded-xl p-6 border-background-300/70 dark:border-background-700/60 text-center border-dotted"
class="border-4 min-h-[320px] rounded-xl p-6 border-background-300/70 dark:border-background-700/60 text-center border-dotted"
class:dragging={isDragging}
on:dragenter={handleDragEnter}
on:dragover={handleDragOver}
Expand Down

0 comments on commit 85fc639

Please sign in to comment.