Skip to content

Instantly share code, notes, and snippets.

@Fenil265
Created September 18, 2019 09:29
Show Gist options
  • Save Fenil265/58577c7a1e0f58354c507601531d1609 to your computer and use it in GitHub Desktop.
Save Fenil265/58577c7a1e0f58354c507601531d1609 to your computer and use it in GitHub Desktop.
body.modal-open {
overflow: hidden;
}
$("#edit-followings").on("show", function () {
$("body").addClass("modal-open");
}).on("hidden", function () {
$("body").removeClass("modal-open")
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment