mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-22 04:40:46 +00:00
14 lines
644 B
C++
14 lines
644 B
C++
diff --git a/browser/modules/ExtensionsUI.sys.mjs b/browser/modules/ExtensionsUI.sys.mjs
|
|
index 31229b3bc1b93565a57c2c0b0307ceeb594c3936..30456ef5d3c58e96717cd292f861a04a790d0ee1 100644
|
|
--- a/browser/modules/ExtensionsUI.sys.mjs
|
|
+++ b/browser/modules/ExtensionsUI.sys.mjs
|
|
@@ -480,7 +480,7 @@ export var ExtensionsUI = {
|
|
eventCallback,
|
|
removeOnDismissal: true,
|
|
popupOptions: {
|
|
- position: "bottomright topright",
|
|
+ position: window.gZenUIManager.panelUIPosition(),
|
|
},
|
|
// Pass additional options used internally by the
|
|
// addon-webext-permissions-notification custom element
|