Skip to content

Commit

Permalink
Merge pull request #121 from sfulham/patch-1
Browse files Browse the repository at this point in the history
Fix content size after resize
  • Loading branch information
techlab authored Dec 5, 2021
2 parents 924edae + a7f87dc commit 1f452fc
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 @@ -556,7 +556,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 1f452fc

Please sign in to comment.