Skip to content

Commit 1f452fc

Browse files
authored
Merge pull request #121 from sfulham/patch-1
Fix content size after resize
2 parents 924edae + a7f87dc commit 1f452fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/jquery.smartWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
css_left = selPage.css("left");
557557
selPage.css("position", 'absolute')
558558
.css("left", nextFirstLeft)
559-
.outerWidth(containerWidth)
559+
.outerWidth("auto")
560560
.show()
561561
.animate({
562562
left: 0

0 commit comments

Comments
 (0)