From c822c74f42202bcf9409f49d867cf5c9e643353a Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 15 Jun 2023 21:16:56 +0200 Subject: [PATCH] website fix taskSelectOutput overflow issue --- Website/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Website/style.css b/Website/style.css index 08eb04e..f7114ed 100644 --- a/Website/style.css +++ b/Website/style.css @@ -454,6 +454,8 @@ blur-background { flex-wrap: wrap; justify-content: start; align-content: start; + max-height: 70vh; + overflow-y: scroll; } #publicationViewerPopup{