mirror of
https://github.com/documenso/documenso.git
synced 2026-07-13 14:35:47 +10:00
fix(ui): add scroll to date format dropdown (#2626)
This commit is contained in:
@@ -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)]',
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user