diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 3e6354326..150e6c15f 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -235,6 +235,11 @@ var ZoteroPane = new function() if(_isStandaloneOrTab) { this.toggleDisplay(true); this.fullScreen(true); + } else { + // Hide browser chrome on Zotero tab + if(Zotero.isFx4) { + XULBrowserWindow.inContentWhitelist.push("chrome://zotero/content/tab.xul"); + } } }