Merge pull request #54 from buddhist-uni/uf-middle-modal
Fix #53: Open Stats and Info Modals Center
This commit is contained in:
commit
fd95f7a5d8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export const BaseModal = ({ title, children, isOpen, handleClose }: Props) => {
|
||||||
className="fixed z-10 inset-0 overflow-y-auto"
|
className="fixed z-10 inset-0 overflow-y-auto"
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
>
|
>
|
||||||
<div className="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
|
<div className="flex items-center justify-center min-h-screen py-10 px-4 text-center sm:block sm:p-0">
|
||||||
<Transition.Child
|
<Transition.Child
|
||||||
as={Fragment}
|
as={Fragment}
|
||||||
enter="ease-out duration-300"
|
enter="ease-out duration-300"
|
||||||
|
|
Loading…
Add table
Reference in a new issue