Created
May 24, 2019 11:46
-
-
Save sushant12/e0983c49f055d43076bc976eece3479e to your computer and use it in GitHub Desktop.
jquery code to add scrollbar in the jira list
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
$.each($('.ghx-wrap-issue'), function(index, element) { | |
element.style.overflow = "auto" | |
element.style.height = "calc(100vh - 186px)" | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment