marcio / react-skylight

A react component for modals and dialogs
http://marcio.github.io/react-skylight/
MIT License
571 stars 97 forks source link

CSS: Can't update transform prop #87

Open alanmarcos opened 5 years ago

alanmarcos commented 5 years ago

The transform prop. is the only one that isn't being overwritten by my inline dialogStyles={}. Is there a particular reason why?

I know it uses this prop to animate the modal when it opens (scale), but even putting the scale(1) value along with translateX right aside, it doesn't work.