1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00

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

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"