From bb35ae3a5a5e504ed66eb6364c5415ac364b7797 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:27:16 +0200 Subject: [PATCH] fix: make modals scrollable on small screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #6974 - Add max-height constraints to prevent modals from exceeding viewport - Enable vertical scrolling with overflow-y-auto on content areas - Improve mobile responsiveness with consistent padding - Separate fixed header from scrollable content using flexbox - Add touch scrolling support for iOS devices This ensures buttons like "Back" and "Continue" remain accessible on small devices by allowing users to scroll the modal content. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- resources/views/components/modal-confirmation.blade.php | 8 ++++---- resources/views/components/modal-input.blade.php | 8 ++++---- resources/views/components/modal.blade.php | 7 ++++--- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/resources/views/components/modal-confirmation.blade.php b/resources/views/components/modal-confirmation.blade.php index 46164840d..edff3b6bf 100644 --- a/resources/views/components/modal-confirmation.blade.php +++ b/resources/views/components/modal-confirmation.blade.php @@ -177,7 +177,7 @@ class="relative w-auto h-auto"> @endif