Fix embed button on top of profile menu
This commit is contained in:
parent
09da7fcb7c
commit
28e3adcdff
|
@ -21,7 +21,7 @@ export function ShareEmbedButton(props: { contract: Contract }) {
|
||||||
return (
|
return (
|
||||||
<Menu
|
<Menu
|
||||||
as="div"
|
as="div"
|
||||||
className="relative z-40 flex-shrink-0"
|
className="relative z-10 flex-shrink-0"
|
||||||
onMouseUp={copyEmbed}
|
onMouseUp={copyEmbed}
|
||||||
>
|
>
|
||||||
<Menu.Button
|
<Menu.Button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user