Skip to content

Commit

Permalink
Merge pull request #44 from sanderjongsma/patch-1
Browse files Browse the repository at this point in the history
BP-3809 Use x-cloak to avoid blip of modal
  • Loading branch information
AlbinaBaraliu authored Dec 3, 2024
2 parents ceb1c25 + 53437a1 commit 8904ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/frontend/templates/component/payment/after.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
tabindex="-1"
aria-hidden="true"
class="fixed top-0 left-0 right-0 z-50 justify-center w-full p-4 items-center overflow-x-hidden overflow-y-auto md:inset-0 max-h-full h-full"
x-cloak
x-bind:class="showModal ? 'flex': 'hidden'">
<div class="relative w-full max-w-md max-h-full" @click.outside="close()">
<!-- Modal content -->
Expand Down

0 comments on commit 8904ae5

Please sign in to comment.