Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
閉じるボタンを押した際 overflow 属性を削除するよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh committed Oct 9, 2016
1 parent c9c9a46 commit 726d23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/animatedModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

closeBt.click(function(event) {
event.preventDefault();
$('body, html').css({'overflow':'auto'});
$('body, html').css({'overflow':''});

settings.beforeClose(); //beforeClose
if (id.hasClass(settings.modalTarget+'-on')) {
Expand Down

1 comment on commit 726d23a

@mayaeh
Copy link
Owner Author

@mayaeh mayaeh commented on 726d23a Oct 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue #1

Please sign in to comment.