CodeMirror: Autoresize demo

1
2
3
4
5
6
 
.CodeMirror-scroll {
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%
}

By setting a few CSS properties, CodeMirror can be made to automatically resize to fit its content.