mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
chore(Modal): align modals at bottom on mobile
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</TransitionChild>
|
</TransitionChild>
|
||||||
|
|
||||||
<div class="fixed inset-0 overflow-y-auto">
|
<div class="fixed inset-0 overflow-y-auto">
|
||||||
<div class="flex min-h-full items-center justify-center p-4 text-center">
|
<div class="flex min-h-full items-end sm:items-center justify-center p-4 text-center">
|
||||||
<TransitionChild
|
<TransitionChild
|
||||||
as="template"
|
as="template"
|
||||||
:appear="appear"
|
:appear="appear"
|
||||||
|
|||||||
Reference in New Issue
Block a user