Fix entity dropdown element zindex

BaseNode.tsx
This commit is contained in:
jerlendds
2023-12-18 20:43:21 -07:00
parent f83e225c79
commit bda405cdcc

View File

@@ -337,7 +337,7 @@ export function DropdownInput({ options, label, nodeId, sendJsonMessage, dispatc
return (
<>
<Combobox
className='w-full z-50 dropdown-input'
className='w-full dropdown-input'
as='div'
value={activeOption}
onChange={(option) => {