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:
parent
c69578cc47
commit
41161fb13a
1 changed files with 6 additions and 1 deletions
|
@ -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()}
|
||||
|
|
Loading…
Add table
Reference in a new issue