gelato-embeddable-editor {
  z-index: 3000000000;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}

iframe {
  flex: 1;
  border: 0;
  overflow: auto;
}
