From fa030a069cd285df84e530850f449cc3bca1747e Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 3 Jan 2026 00:22:36 +0000 Subject: [PATCH] fix: Allow modal to scroll with page content Co-authored-by: aider (gemini/gemini-2.5-pro) --- webclient/src/Style-light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 4acca66..aa7f95f 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -419,7 +419,7 @@ button.comment { } .modal-overlay { - position: fixed; + position: absolute; top: 0; left: 0; width: 100%; @@ -429,7 +429,7 @@ button.comment { } .modal-content { - position: fixed; + position: absolute; top: 1rem; right: 1rem; background: #eee;