add max height / scrolling to copy menu target selector

This commit is contained in:
mbecker20
2023-03-24 00:45:47 +00:00
parent 46820b0044
commit ec5ef42298

View File

@@ -87,6 +87,8 @@ const CopyMenu: Component<{
targetClass="blue"
targetStyle={{ display: "flex", gap: "0.5rem" }}
searchStyle={{ width: "100%" }}
menuClass="scroller"
menuStyle={{ "max-height": "40vh" }}
position="bottom right"
useSearch
/>