/* RichTextComponent max-height support via CSS custom property */
.rich-text-component lexxy-editor {
  max-height: var(--trix-max-height, none);
  /* overflow-y: auto; */
  display: block;
}
