From 30fc3c8e86770200db36d1cae244bd6d998dd678 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sat, 6 Apr 2024 11:52:56 +0800 Subject: [PATCH] fix: linkNote layout --- addon/chrome/content/styles/linkNote.css | 1 + addon/chrome/content/styles/notePicker.css | 1 + 2 files changed, 2 insertions(+) diff --git a/addon/chrome/content/styles/linkNote.css b/addon/chrome/content/styles/linkNote.css index 1403699..61204aa 100644 --- a/addon/chrome/content/styles/linkNote.css +++ b/addon/chrome/content/styles/linkNote.css @@ -1,4 +1,5 @@ .container { + min-height: 0; height: 100%; margin: 0; } diff --git a/addon/chrome/content/styles/notePicker.css b/addon/chrome/content/styles/notePicker.css index e3347e1..8f68793 100644 --- a/addon/chrome/content/styles/notePicker.css +++ b/addon/chrome/content/styles/notePicker.css @@ -3,6 +3,7 @@ bn-note-picker { } .container { + min-height: 0; height: 100%; margin: 0; }