Skip to content

Instantly share code, notes, and snippets.

@chrisbraddock
Last active October 31, 2016 11:48
Show Gist options
  • Save chrisbraddock/53453119dc333d3de0ab4dac844f70ea to your computer and use it in GitHub Desktop.
Save chrisbraddock/53453119dc333d3de0ab4dac844f70ea to your computer and use it in GitHub Desktop.
Fix GitHub Gist Editor Height - DevTools Code Snippet
document.getElementsByClassName('CodeMirror')[0].style.height = '100%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment