Skip to content

Commit ae8066f

Browse files
authored
Merge pull request #38 from GooeyAI/file_input_zindex
Flatten uppy's random z-indexes to 0
2 parents 157d728 + 499ad24 commit ae8066f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gooeyFileInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export function GooeyFileInput({
162162
defaultValue={JSON.stringify(defaultValue)}
163163
/>
164164
{uppy ? (
165-
<div className="w-100 position-relative">
165+
<div className="w-100 position-relative" style={{ zIndex: 0 }}>
166166
<Dashboard
167167
showRemoveButtonAfterComplete
168168
showLinkToFileUploadResult

0 commit comments

Comments
 (0)