html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

#editor-container, #code {
  width: 100%;
  height: 100%;
}

.CodeMirror {
  height: 100%;
}
