mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix(ui): add scroll to date format dropdown (#2626)
This commit is contained in:
parent
9cf8ed1d00
commit
4f8132be61
1 changed files with 1 additions and 1 deletions
|
|
@ -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)]',
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue