From c67373a88c2823c0747a8c1b893aaf698bc3c4ed Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:43:44 +0800 Subject: [PATCH] fix: #1066 --- addon/chrome/content/styles/linkCreator/notePicker.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addon/chrome/content/styles/linkCreator/notePicker.css b/addon/chrome/content/styles/linkCreator/notePicker.css index 5a29447..99c19d7 100644 --- a/addon/chrome/content/styles/linkCreator/notePicker.css +++ b/addon/chrome/content/styles/linkCreator/notePicker.css @@ -24,6 +24,9 @@ bn-note-picker { #collections-items-container { margin-bottom: 0; } + #zotero-items-pane-content { + min-height: 100%; + } } #bn-select-opened-notes-container {