Skip to content

Commit b8f6273

Browse files
Fix drop target overlay (#376)
1 parent cba040a commit b8f6273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FileDropTarget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const FileDropTarget = ({ children, onFileDrop }: FileDropTargetProps) => {
4949
<Center
5050
onDrop={handleDrop}
5151
onDragLeave={handleDragLeave}
52-
position="absolute"
52+
position="fixed"
5353
top={0}
5454
left={0}
5555
height="100%"

0 commit comments

Comments
 (0)