mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
fix: z-index for dropzone
This commit is contained in:
@@ -147,6 +147,7 @@ export default function UploadFile({ title, folder }: { title?: string; folder?:
|
|||||||
my='sm'
|
my='sm'
|
||||||
loading={dropLoading}
|
loading={dropLoading}
|
||||||
disabled={dropLoading}
|
disabled={dropLoading}
|
||||||
|
style={{ zIndex: 1 }}
|
||||||
>
|
>
|
||||||
<Group justify='center' gap='xl' style={{ minHeight: rem(220), pointerEvents: 'none' }}>
|
<Group justify='center' gap='xl' style={{ minHeight: rem(220), pointerEvents: 'none' }}>
|
||||||
<Dropzone.Accept>
|
<Dropzone.Accept>
|
||||||
|
|||||||
Reference in New Issue
Block a user