mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix css location compatibility issues on Safari (#4215)
chore: fix location compatibility issues on Safari closes https://github.com/usememos/memos/issues/4190
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user