diff --git a/chrome/content/zotero/xpcom/reader.js b/chrome/content/zotero/xpcom/reader.js index 51912efc17..20096607ed 100644 --- a/chrome/content/zotero/xpcom/reader.js +++ b/chrome/content/zotero/xpcom/reader.js @@ -709,7 +709,7 @@ class Reader { constructor() { this._sidebarWidth = 200; this._sidebarOpen = false; - this._bottomPlaceholderHeight = 800; + this._bottomPlaceholderHeight = 0; this._readers = []; this._notifierID = Zotero.Notifier.registerObserver(this, ['item', 'tab'], 'reader'); this.onChangeSidebarWidth = null;