/* =================================================
   QWC Index Page Styles (from qwc.css — index.html specific)
   ================================================= */

/* Legacy Dashboard (templates/index.html) — fix the RIGHT section box height */
#RightColumnDashBoard .dashboard-panel {
  height: var(--section-box-height) !important;
  min-height: var(--section-box-height) !important;
  max-height: var(--section-box-height) !important;
  overflow: auto;
}
