mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
304 stars 164 forks source link

Responsive Wizard #45

Closed EAnushan closed 9 years ago

EAnushan commented 11 years ago
EAnushan commented 11 years ago

I chose to make the content container height: auto. Although, this causes the controls at the bottom of the wizard to fluctuate in position depending on the height of the current content.

Alternatively, I suppose we could just keep the static 300px height we used to have with overflow-y scroll. It's up to you. I prefer it this way since I can customize the height of the container myself later on, on a per wizard basis. I usually just set the height of the content pane to whatever I predict my maximum height to be.