/* TerraLab — global CSS overrides for Superset 6.x.
 * Issue: infrastructure/k8s-fluxcd#49 — embedded iframe horizontal scrollbar regression.
 * This rule overrides per-dashboard `dashboards.css` ad-hoc patches; new dashboards
 * inherit the fix automatically.
 */
html, body {
  overflow-x: hidden !important;
}
.dashboard,
.dashboard-content,
.grid-container {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
