Skip to content

Commit

Permalink
Prevent modal from closing when clicking on overlay (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten authored Jul 20, 2024
1 parent e26823f commit abf60a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/frontend/templates/html/loader/overlay.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $magewireScripts = $block->getViewModel();
top-0 left-0 right-0 bottom-0
w-full h-screen
overflow-hidden
pointer-events-none
bg-white bg-opacity-90"
<?php /* AlpineJS v2.x */ ?>
x-spread="overlay()"
Expand Down

0 comments on commit abf60a9

Please sign in to comment.