From f63074b90e30127fdbb0599900c43f4b2f279c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Tue, 26 Mar 2024 10:29:24 +0100 Subject: [PATCH] - window overlay scrolling added --- style/spreadquiz.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/spreadquiz.css b/style/spreadquiz.css index 4447396..256f621 100644 --- a/style/spreadquiz.css +++ b/style/spreadquiz.css @@ -131,6 +131,7 @@ section.window-inner { padding: 1em; width: fit-content; max-height: calc(100% - 2em); + overflow: scroll; } /* ----- */