diff --git a/js/jquery.smartWizard.js b/js/jquery.smartWizard.js index 2e6b753..c352f67 100644 --- a/js/jquery.smartWizard.js +++ b/js/jquery.smartWizard.js @@ -209,7 +209,7 @@ function SmartWizard(target, options) { } } } - $this.elmStepContainer.height(_step($this, selStep).outerHeight()); + // $this.elmStepContainer.height(_step($this, selStep).outerHeight()); var prevCurStepIdx = $this.curStepIdx; $this.curStepIdx = stepIdx; if ($this.options.transitionEffect == 'slide'){