From 58c6bdf504150cb7ae78a11d87a2d69996abbfb7 Mon Sep 17 00:00:00 2001 From: Martynas Bagdonas Date: Thu, 23 Nov 2023 11:31:50 +0000 Subject: [PATCH] Fix overflowing context pane Fixes #3491 --- chrome/skin/default/zotero/contextPane.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/contextPane.css b/chrome/skin/default/zotero/contextPane.css index 32a429b1af..6944d0c7cc 100644 --- a/chrome/skin/default/zotero/contextPane.css +++ b/chrome/skin/default/zotero/contextPane.css @@ -37,7 +37,7 @@ font: message-box; font-size: inherit; min-height: 100px; - height: 100%; + height: 0; pointer-events: auto; }