react-skylight
react-skylight copied to clipboard
CSS: Can't update transform prop
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.