Skip to content

Commit

Permalink
replaces min-h-screen with min-h-dvh
Browse files Browse the repository at this point in the history
  • Loading branch information
iRaziul authored Jul 9, 2024
1 parent 17b6159 commit 54bd1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class="fixed inset-0 z-10 overflow-y-auto"
style="display: none;"
>
<div class="flex items-end justify-center min-h-screen px-4 pt-4 pb-10 text-center sm:block sm:p-0">
<div class="flex items-end justify-center min-h-dvh px-4 pt-4 pb-10 text-center sm:block sm:p-0">
<div
x-show="show"
x-on:click="closeModalOnClickAway()"
Expand Down

0 comments on commit 54bd1c6

Please sign in to comment.