Smart_wizard.css sets the height of the stepContainer to be 300px. This is not really required as we compute the outerHeight using javascript depending on the content. Setting it hardcoded to 300 fixes the height of the pane to be 312px and the rest of the content is always hidden.
If I remove the 300px in the css, then the outerHeight calculation works as expected. I will need to test this with Ajax content loading as well, but for static content, setting the height in css doesnt seem required.
Smart_wizard.css sets the height of the stepContainer to be 300px. This is not really required as we compute the outerHeight using javascript depending on the content. Setting it hardcoded to 300 fixes the height of the pane to be 312px and the rest of the content is always hidden.
If I remove the 300px in the css, then the outerHeight calculation works as expected. I will need to test this with Ajax content loading as well, but for static content, setting the height in css doesnt seem required.