From e5e28fb423ef860860bbffbc782594a483308437 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Tue, 14 Oct 2025 13:06:40 +1300 Subject: [PATCH] fix: modal scrolling and PWA meta tag in FAQ page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Modal Scrolling Fix** (addresses user issue with 8-question visibility limit): - Restructured modal layout to use dedicated scrollable wrapper - Changed overflow-y-auto to overflow-y-scroll for always-visible scrollbar - Separated scrollable container from content padding wrapper - Modal now properly scrolls through all 28+ FAQ items **PWA Meta Tag Update**: - Added standard mobile-web-app-capable meta tag - Replaced deprecated apple-mobile-web-app-capable (kept for compatibility) - Resolves browser deprecation warning Technical Details: - New structure: flex-1 scrollable wrapper > padded content div - Ensures min-h-0 works correctly with flexbox for scroll overflow - Location: public/faq.html:505-570 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/faq.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/public/faq.html b/public/faq.html index 7fe54105..13124a87 100644 --- a/public/faq.html +++ b/public/faq.html @@ -12,6 +12,7 @@ + @@ -488,7 +489,7 @@