Unverified Commit 7a77b4ba authored by zjy4fun's avatar zjy4fun Committed by GitHub

chore: fix css location compatibility issues on Safari (#4215)

chore: fix location compatibility issues on Safari

closes https://github.com/usememos/memos/issues/4190
parent ce6ad403
...@@ -129,7 +129,7 @@ const AddMemoRelationPopover = (props: Props) => { ...@@ -129,7 +129,7 @@ const AddMemoRelationPopover = (props: Props) => {
return ( return (
<Popover open={popoverOpen} onOpenChange={setPopoverOpen}> <Popover open={popoverOpen} onOpenChange={setPopoverOpen}>
<PopoverTrigger className="w-9"> <PopoverTrigger className="w-9 relative">
<Button className="flex items-center justify-center" size="sm" variant="plain" asChild> <Button className="flex items-center justify-center" size="sm" variant="plain" asChild>
<LinkIcon className="w-5 h-5 mx-auto p-0" /> <LinkIcon className="w-5 h-5 mx-auto p-0" />
</Button> </Button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment