lexxy-editor,
trix-editor {
  border: 2px dashed oklch(var(--b3));
  border-radius: 0.5rem;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

lexxy-editor > div[contenteditable],
lexxy-editor [role="textbox"],
trix-editor > div[contenteditable],
trix-editor [role="textbox"] {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1rem;
  flex: 1;
}

lexxy-toolbar,
trix-toolbar {
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
