/* QH_AGENT_FULL_CONTENT_V1: agents 01-22 share document scrolling.
 * Only the two outer workspace columns are changed. Inner chat/history lists,
 * textareas, dialogs, asset pickers and the canvas viewport keep their behavior.
 * Specificity overrides legacy per-tool fixed-height rules in both themes.
 */
#app .ai-page .ai-workspace {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  align-items: start !important;
}
#app .ai-page .ai-workspace > .engine-sidebar,
#app .ai-page .ai-workspace > .agent-panel {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  overscroll-behavior: auto !important;
  scrollbar-gutter: auto !important;
  align-self: start !important;
}
