From ca16ae6f99ebe698fdebe5454903dd082fb605a1 Mon Sep 17 00:00:00 2001 From: John Jullies Palma Date: Fri, 6 May 2016 15:38:09 +0800 Subject: [PATCH] Removed the line that adds fixed height I had issues with the div not adjusting/adapting/rendering the height correctly specially when one of the slide has a `.collapse` element. Removing the line fixed it for me. --- js/jquery.smartWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){