From 02bcb1712c874e4c9eb38f2466c21ebdfcabf425 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Tue, 24 May 2022 13:59:12 -0600 Subject: [PATCH] fx-compat: Fix content shrinking to half of window height On my system, this would always happen after adding a new attachment. --- chrome/content/zotero/zoteroPane.xhtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.xhtml b/chrome/content/zotero/zoteroPane.xhtml index ee7deb14d0..13d0403d1a 100644 --- a/chrome/content/zotero/zoteroPane.xhtml +++ b/chrome/content/zotero/zoteroPane.xhtml @@ -51,7 +51,8 @@ title="&brandShortName;" width="1000" height="600" persist="screenX screenY width height sizemode" - xmlns:html="http://www.w3.org/1999/xhtml"> + xmlns:html="http://www.w3.org/1999/xhtml" + style="display: flex;">