diff --git a/src/zen/common/modules/ZenUIManager.mjs b/src/zen/common/modules/ZenUIManager.mjs index 0d9bfecd8..13434de29 100644 --- a/src/zen/common/modules/ZenUIManager.mjs +++ b/src/zen/common/modules/ZenUIManager.mjs @@ -1579,6 +1579,7 @@ window.gZenVerticalTabsManager = { overflowElements.appendChild(child); } else { const element = document.getElementById("page-action-buttons"); + child.setAttribute("context", "toolbar-context-menu"); element.before(child); } return;