From 16f8f7feeb0c5a4e980b2c0525659b216c558b61 Mon Sep 17 00:00:00 2001
From: Evelyn Eastmond <evhan55@gmail.com>
Date: Mon, 19 Nov 2018 10:51:02 -0500
Subject: [PATCH] Removing 100% height, resolves #3825.

---
 src/components/library/library.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/library/library.css b/src/components/library/library.css
index 8c132c389..bb5d70c67 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;
 }
 
-- 
GitLab