Created
September 18, 2019 09:29
-
-
Save Fenil265/58577c7a1e0f58354c507601531d1609 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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