Skip to content

Instantly share code, notes, and snippets.

@sushant12
Created May 24, 2019 11:46
Show Gist options
  • Save sushant12/e0983c49f055d43076bc976eece3479e to your computer and use it in GitHub Desktop.
Save sushant12/e0983c49f055d43076bc976eece3479e to your computer and use it in GitHub Desktop.
jquery code to add scrollbar in the jira list
$.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