From 89a27b933abf90c4325591dc2e492c995b6d4269 Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Mon, 30 Mar 2020 09:55:46 +0200 Subject: [PATCH] :bug: Fix scroll on workspace library. --- .../resources/styles/main/partials/workspace-libraries.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/workspace-libraries.scss b/frontend/resources/styles/main/partials/workspace-libraries.scss index b9bb604f8e..d769a86c1a 100644 --- a/frontend/resources/styles/main/partials/workspace-libraries.scss +++ b/frontend/resources/styles/main/partials/workspace-libraries.scss @@ -40,15 +40,15 @@ display: flex; flex-direction: column; height: 100%; - padding: 0.25rem; } .library-tab-content { display: grid; flex-direction: row; flex-wrap: wrap; + height: -webkit-fill-available; padding: 0.25rem; - overflow-y: scroll; + overflow-y: auto; .icons-tab & { grid-template-columns: repeat(3, 1fr);