diff --git a/src/components/library/library.css b/src/components/library/library.css index 8c132c389347c66ca9d539c58f8deed967764e76..bb5d70c67d05c08fa5a7f875360673c9cbd8e29a 100644 --- a/src/components/library/library.css +++ b/src/components/library/library.css @@ -10,7 +10,7 @@ flex-grow: 1; flex-wrap: wrap; overflow-y: auto; - height: calc(100% - $library-header-height); + height: auto; padding: 0.5rem; }