Skip to content

Commit

Permalink
Fix content size after resize
Browse files Browse the repository at this point in the history
  • Loading branch information
sfulham authored Mar 25, 2021
1 parent 21681e8 commit a7f87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
css_left = selPage.css("left");
selPage.css("position", 'absolute')
.css("left", nextFirstLeft)
.outerWidth(containerWidth)
.outerWidth("auto")
.show()
.animate({
left: 0
Expand Down

0 comments on commit a7f87dc

Please sign in to comment.