Increase default picker height from 240 to 360

This commit is contained in:
Andrew Kingston 2024-05-21 14:13:28 +01:00
parent 0aedcafdef
commit 2f0163df0c
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
useAnchorWidth={!autoWidth} useAnchorWidth={!autoWidth}
maxWidth={autoWidth ? 400 : null} maxWidth={autoWidth ? 400 : null}
customHeight={customPopoverHeight} customHeight={customPopoverHeight}
maxHeight={240} maxHeight={360}
> >
<div <div
class="popover-content" class="popover-content"