fix: search drop down z index too low (#7017)
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
<div
|
||||
class={twMerge(
|
||||
disablePortal ? 'absolute' : 'fixed',
|
||||
'z-[5001] text-primary text-sm select-none',
|
||||
'z-[5002] text-primary text-sm select-none',
|
||||
dropdownPos.isBelow ? '' : 'flex flex-col justify-end',
|
||||
uiState.visible ? '' : 'pointer-events-none',
|
||||
className
|
||||
|
||||
Reference in New Issue
Block a user