*{
  box-sizing: border-box;
}
.json-editor-textarea{
  visibility: hidden;
  position: absolute;
}
.json-editor-ghost{
  width: 100%;
  height: 480px;
  position: relative;
}
