Skip to content

Commit

Permalink
Prevent clicking through errors modal
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Dec 6, 2024
1 parent f97d01f commit 5893398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/inputs/full.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
@calendar-validation-succeeded.window="removeErrors"
x-show="getErrors().length"
x-cloak
class='flexible_background blurred_background' style="pointer-events: none">
class='flexible_background blurred_background'>
<div class="error">
<ol>
<template x-for="error in getErrors()">
Expand Down

0 comments on commit 5893398

Please sign in to comment.