Skip to content

Commit a7f87dc

Browse files
authored
Fix content size after resize
1 parent 21681e8 commit a7f87dc

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
@@ -555,7 +555,7 @@
555555
css_left = selPage.css("left");
556556
selPage.css("position", 'absolute')
557557
.css("left", nextFirstLeft)
558-
.outerWidth(containerWidth)
558+
.outerWidth("auto")
559559
.show()
560560
.animate({
561561
left: 0

0 commit comments

Comments
 (0)