From e87878bb19c8cc2a6eb8d34ef29b6b3d3275d5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Tue, 26 Mar 2024 10:28:09 +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 838f512..4447396 100644 --- a/style/spreadquiz.css +++ b/style/spreadquiz.css @@ -130,6 +130,7 @@ section.window-inner { background-color: whitesmoke; padding: 1em; width: fit-content; + max-height: calc(100% - 2em); } /* ----- */