fix(ui): add scroll to date format dropdown (#2626)

This commit is contained in:
Niels Kaspers 2026-03-19 05:47:38 +02:00 committed by GitHub
parent 9cf8ed1d00
commit 4f8132be61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ const SelectContent = React.forwardRef<
>
<SelectPrimitive.Viewport
className={cn(
'p-1',
'max-h-60 overflow-y-auto p-1',
position === 'popper' &&
'h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]',
)}