Fix embed button on top of profile menu

This commit is contained in:
James Grugett 2022-03-21 19:34:29 -05:00
parent 09da7fcb7c
commit 28e3adcdff

View File

@ -21,7 +21,7 @@ export function ShareEmbedButton(props: { contract: Contract }) {
return (
<Menu
as="div"
className="relative z-40 flex-shrink-0"
className="relative z-10 flex-shrink-0"
onMouseUp={copyEmbed}
>
<Menu.Button