/* BookStack sets body.flexbox { overflow: hidden; max-height: 100% } on all pages.
   This prevents the editor page from scrolling when TinyMCE autoresize
   expands the editor to full content height. Override on edit pages only. */
body.flexbox:has(.page-editor) {
  overflow: auto !important;
  max-height: none !important;
}
