Merge pull request #321 from blockworks-foundation/vertically-center-modals

vertically center modals
This commit is contained in:
tjshipe 2022-06-29 14:28:38 -04:00 committed by GitHub
commit 487b225081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"