mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-03 04:03:34 +00:00
22 lines
912 B
C++
22 lines
912 B
C++
diff --git a/browser/components/contextualidentity/content/ContainerCreationPanel.mjs b/browser/components/contextualidentity/content/ContainerCreationPanel.mjs
|
|
index e04d7a4738192703e8f7f8555f50aaf0a619a5bd..b86e4853c421856f84ad8e017062f0d611b88aad 100644
|
|
--- a/browser/components/contextualidentity/content/ContainerCreationPanel.mjs
|
|
+++ b/browser/components/contextualidentity/content/ContainerCreationPanel.mjs
|
|
@@ -4,7 +4,7 @@
|
|
|
|
import { ContainerEditor } from "chrome://browser/content/usercontext/ContainerEditor.mjs";
|
|
|
|
-const ANCHOR_ID = "userContext-icons";
|
|
+const ANCHOR_ID = "navigator-toolbox";
|
|
const ANCHOR_PINNED_CLASS = "container-anchor-pinned";
|
|
|
|
const lazy = {};
|
|
@@ -95,6 +95,6 @@ export const ContainerCreationPanel = {
|
|
anchor.hidden = false;
|
|
}
|
|
|
|
- panel.openPopup(anchor, "bottomright topright");
|
|
+ panel.openPopup(anchor, win.gZenUIManager.panelUIPosition());
|
|
},
|
|
};
|