From 552f563162a472350333555d1a1cc7393ad38463 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 14 Nov 2024 12:29:39 +0100 Subject: [PATCH] fix: poll with modal issue --- .../components/modal-confirmation.blade.php | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/resources/views/components/modal-confirmation.blade.php b/resources/views/components/modal-confirmation.blade.php index f0c42a71d..8495417ac 100644 --- a/resources/views/components/modal-confirmation.blade.php +++ b/resources/views/components/modal-confirmation.blade.php @@ -28,7 +28,7 @@ $disableTwoStepConfirmation = data_get(InstanceSettings::get(), 'disable_two_step_confirmation'); @endphp -
+}" @keydown.escape.window="modalOpen = false; resetModal()" + :class="{ 'z-40': modalOpen }" class="relative w-auto h-auto"> @if ($customButton) @if ($buttonFullWidth) @@ -302,7 +302,8 @@ class="w-24 dark:bg-coolgray-200 dark:hover:bg-coolgray-300"> @endif Your Password
- - + +
-

+

+

@error('password')

{{ $message }}

@enderror