1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

fix: tags combobox zindex (#747)

This commit is contained in:
diced 2025-03-12 12:38:20 -07:00
parent c69578cc47
commit 41161fb13a
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -233,7 +233,12 @@ export default function FileModal({
<Title order={4} mt='lg' mb='xs'>
Tags
</Title>
<Combobox store={tagsCombobox} onOptionSubmit={handleValueSelect} withinPortal={false}>
<Combobox
zIndex={90000}
store={tagsCombobox}
onOptionSubmit={handleValueSelect}
withinPortal={false}
>
<Combobox.DropdownTarget>
<PillsInput
onBlur={() => triggerSave()}