davidtheclark / react-aria-modal

A fully accessible React modal built according WAI-ARIA Authoring Practices
http://davidtheclark.github.io/react-aria-modal/demo/
MIT License
1.03k stars 96 forks source link

verticallyCenter prop not working with React16 #51

Closed corbmanj closed 6 years ago

corbmanj commented 6 years ago

VerticallyCenter={true} does not seem to be respected in React 16. Has anyone else run into this issue. What css properties is VerticallyCenter supposed to add? I'm happy to open a PR if you give me some direction of where to start.