diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index e75c68f318..2fa0718c34 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -509,7 +509,7 @@ var ZoteroPane = new function() } function isFullScreen() { - return document.getElementById('zotero-pane').getAttribute('fullscreenmode') == 'true'; + return document.getElementById('zotero-pane-stack').getAttribute('fullscreenmode') == 'true'; }