Fix GH-168: Rehabilitate the `Modal` props.style
This makes it more sane, and consistent with the way the react-modal `Modal` works. The old way made multiple modals on the page have the same `style` prop.
Showing
... | ... | @@ -44,6 +44,8 @@ |
"json-loader": "0.5.2", | ||
"json2po-stream": "1.0.3", | ||
"jsx-loader": "0.13.2", | ||
"lodash.clone": "3.0.3", | ||
"lodash.defaultsdeep": "3.10.0", | ||
"lodash.omit": "3.1.0", | ||
"minilog": "2.0.8", | ||
"node-sass": "3.3.3", | ||
... | ... |
Please register or sign in to comment