Skip to content

Commit

Permalink
fix(modal): fix modal position on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoueyl committed Apr 15, 2021
1 parent e9c7b11 commit 313d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/>

<div
class="flex items-end sm:items-center justify-center min-h-screen p-4"
class="flex items-end sm:items-center justify-center min-h-full p-2"
>
<div
class="inline-block bg-white dark:bg-gray-900 rounded-lg overflow-hidden shadow-xl transform transition-all p-4 sm:p-6"
Expand Down

0 comments on commit 313d300

Please sign in to comment.