vertically center modals

This commit is contained in:
saml33 2022-06-28 13:46:57 +10:00
parent 9a920e7120
commit 5be0c39a6c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const Modal: any = React.forwardRef<any, any>((props, ref) => {
return (
<Portal>
<div
className="fixed inset-0 z-40 overflow-y-auto sm:py-8"
className="fixed inset-0 z-40 overflow-y-auto"
aria-labelledby="modal-title"
role="dialog"
aria-modal="true"