diff --git a/frontend/resources/styles/main/partials/library-bar.scss b/frontend/resources/styles/main/partials/library-bar.scss index 875b04831..650a270ee 100644 --- a/frontend/resources/styles/main/partials/library-bar.scss +++ b/frontend/resources/styles/main/partials/library-bar.scss @@ -55,7 +55,8 @@ .library-elements { display: flex; flex-direction: column; - height: 85%; + height: calc(95% - 1rem); + margin-bottom: 1rem; overflow-y: auto; padding-bottom: 20px;