1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +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}
maxWidth={autoWidth ? 400 : null}
customHeight={customPopoverHeight}
maxHeight={240}
maxHeight={360}
>
<div
class="popover-content"