From eceed972f5b15e14e69b91e187ea8463a312c403 Mon Sep 17 00:00:00 2001 From: AustinMroz Date: Thu, 29 Jan 2026 16:01:38 -0800 Subject: [PATCH] Fix Help Center display in linear mode (#8438) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Help Center popover wasn't working in linear mode because the `#graph-canvas-container` is hidden. This is fixed by instead setting the target to body. This matches the [default behaviour used by portals in rekai-ui](https://github.com/unovue/reka-ui/blob/v2/packages/core/src/Teleport/Teleport.vue) image I've got a working branch for moving the Help Center to our reka-ui Popover component, but that'll require a much larger surface area of code changes. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8438-Fix-Help-Center-display-in-linear-mode-2f76d73d36508112abedf1160f7c3a90) by [Unito](https://www.unito.io) --- src/components/helpcenter/HelpCenterPopups.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/helpcenter/HelpCenterPopups.vue b/src/components/helpcenter/HelpCenterPopups.vue index d4f059fd22..516ecb976a 100644 --- a/src/components/helpcenter/HelpCenterPopups.vue +++ b/src/components/helpcenter/HelpCenterPopups.vue @@ -1,6 +1,6 @@