From 807a0e28a517c57369a2e6a05bb53d99399fea6e Mon Sep 17 00:00:00 2001 From: rob Date: Fri, 16 Jan 2026 15:22:10 -0400 Subject: [PATCH] Fix modal scrolling - content scrolls within fixed viewport - Modal now has max-height of viewport minus padding - Content area scrolls independently (overflow-y-auto) - Header and footer buttons stay fixed/visible - Background scroll locked when modal is open - Fixes scroll context issues after dragging Co-Authored-By: Claude Opus 4.5 --- src/cmdforge/web/templates/admin/pending.html | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/cmdforge/web/templates/admin/pending.html b/src/cmdforge/web/templates/admin/pending.html index 5ac005e..b1508cd 100644 --- a/src/cmdforge/web/templates/admin/pending.html +++ b/src/cmdforge/web/templates/admin/pending.html @@ -140,9 +140,9 @@ -