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.
2 parents 157d728 + 499ad24 commit ae8066fCopy full SHA for ae8066f
app/gooeyFileInput.tsx
@@ -162,7 +162,7 @@ export function GooeyFileInput({
162
defaultValue={JSON.stringify(defaultValue)}
163
/>
164
{uppy ? (
165
- <div className="w-100 position-relative">
+ <div className="w-100 position-relative" style={{ zIndex: 0 }}>
166
<Dashboard
167
showRemoveButtonAfterComplete
168
showLinkToFileUploadResult
0 commit comments