.CodeMirror {
	  height: auto;
	  border: 1px solid #eee;
      // resize: vertical;
      // overflow: auto !important;
}

.CodeMirror-scroll {
	max-height: 80vh;
}
