From 0ca6ebdfad119de756788de1a0bfa9ba22685523 Mon Sep 17 00:00:00 2001 From: Jan Thiel Date: Sun, 19 Apr 2026 07:35:21 +0200 Subject: [PATCH] fix(modal): add some padding to the top of the modal content to prevent cuttoffs of the content area and restore close-outside click behaviour --- resources/views/components/modal-input.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/components/modal-input.blade.php b/resources/views/components/modal-input.blade.php index 59fd19a63..344290f72 100644 --- a/resources/views/components/modal-input.blade.php +++ b/resources/views/components/modal-input.blade.php @@ -40,9 +40,8 @@ class="fixed inset-0 z-99 overflow-y-auto">
-
+
+
{{ $slot }}