.CodeMirror {
  border: 1px solid #eee;
  height: 100%;
}

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}
