fix scrollbar

This commit is contained in:
Diego Imbert
2025-09-22 13:55:17 +02:00
parent a1fa8e0068
commit a4d25cb529
@@ -113,7 +113,7 @@
transition:slide={{ duration: 150 }}
class={twMerge(
disablePortal ? 'absolute' : 'fixed',
'flex flex-col z-[5001] max-h-64 overflow-y-auto bg-surface-secondary text-tertiary text-sm select-none border rounded-lg shadow-lg',
'flex flex-col z-[5001] max-h-64 overflow-y-clip bg-surface-secondary text-tertiary text-sm select-none border rounded-lg shadow-lg',
className
)}
style="{`top: ${dropdownPos.y}px; left: ${dropdownPos.x}px;`} {listAutoWidth