adamdawkins / react-mdl-stepper

React Component for Material Design Light Stepper.
https://adamdawkins.github.io/react-mdl-stepper/
MIT License
4 stars 3 forks source link

Enable StepContent to be a dynamic height. #2

Open adamdawkins opened 8 years ago

adamdawkins commented 8 years ago

At the moment, @ahlechandre's step-content are a fixed height (350px). The problem is the 'line' between steps.

This is hard to fix in CSS, but in React might be possible to do with JS.