.lib-code-editor {
  height: 300px;
  position: relative;
}
.lib-code-editor .lib-code-editor-example {
  height: 100%;
}
.lib-code-editor .lib-code-editor-loading {
  position: absolute;
  inset: 0;
  color: #e1e1e1;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
}
