fix: search drop down z index too low (#7017)

This commit is contained in:
Alexander Petric
2025-10-31 02:33:59 -04:00
committed by GitHub
parent ada793a476
commit 8696c7ddbc

View File

@@ -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