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; }