From 0f6bf7e9eb71a8f72c0cb70a81fdbf9a784d5c65 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Sun, 3 May 2026 20:40:30 +0200 Subject: [PATCH] fix(toolbar): anchor Me menu popup to face button instead of fixed offset Removed `absolute bottom-[60px] left-[33px]` from the inner Flex of ToolbarMeView. The outer wrapper in ToolbarView already anchors the popup above the face button (bottom-[calc(100%+8px)] left-1/2 -translate-x-1/2), so the inner pixel-perfect override was detaching it and making it float mid-screen. --- src/components/toolbar/ToolbarMeView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toolbar/ToolbarMeView.tsx b/src/components/toolbar/ToolbarMeView.tsx index 741b66a..79fa576 100644 --- a/src/components/toolbar/ToolbarMeView.tsx +++ b/src/components/toolbar/ToolbarMeView.tsx @@ -32,7 +32,7 @@ export const ToolbarMeView: FC + { (GetConfigurationValue('guides.enabled') && useGuideTool) &&
DispatchUiEvent(new GuideToolEvent(GuideToolEvent.TOGGLE_GUIDE_TOOL)) } /> }
CreateLinkEvent('achievements/toggle') }>