Merge pull request #321 from blockworks-foundation/vertically-center-modals
vertically center modals
This commit is contained in:
commit
487b225081
|
@ -16,7 +16,7 @@ const Modal: any = React.forwardRef<any, any>((props, ref) => {
|
||||||
return (
|
return (
|
||||||
<Portal>
|
<Portal>
|
||||||
<div
|
<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"
|
aria-labelledby="modal-title"
|
||||||
role="dialog"
|
role="dialog"
|
||||||
aria-modal="true"
|
aria-modal="true"
|
||||||
|
|
Loading…
Reference in New Issue