* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#editor_container {
  width: 100%;
  height: calc(100vh - 70px);
  border: 0;
  outline: 0;
}

#editor_container #editor {
  width: 100%;
  height: 100%;
  border: 0;
}
