From 207ea459aeb330a1128bbeff81ddc8f655be9b6e Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 30 Oct 2025 08:32:33 +0100 Subject: [PATCH] [mod] overlay:scrollable --- source/style/overlay.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/style/overlay.css b/source/style/overlay.css index d7eb0fe..abd1a97 100644 --- a/source/style/overlay.css +++ b/source/style/overlay.css @@ -9,6 +9,7 @@ bottom: 0; background-color: hsla(var(--hue), 0%, 0%, 0.75); z-index: 2; + overflow: auto; } #overlay_content