We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba040a commit b8f6273Copy full SHA for b8f6273
src/components/FileDropTarget.tsx
@@ -49,7 +49,7 @@ const FileDropTarget = ({ children, onFileDrop }: FileDropTargetProps) => {
49
<Center
50
onDrop={handleDrop}
51
onDragLeave={handleDragLeave}
52
- position="absolute"
+ position="fixed"
53
top={0}
54
left={0}
55
height="100%"
0 commit comments