/* Let multi-step/basic forms expand with content (no inner scrollbars) */
.entity-form,
.entity-form .tab-content,
.entity-form .tab-content .tab-pane,
.tab-pane.active {
  height: auto !important;
  overflow: visible !important;
}

/* Ensure the HTML web resource iframe grows and doesn't scroll internally */
iframe.ms-crm-Form-IFrame {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Some themes wrap sections/rows; keep them from hiding overflow */
.ms-crm-Form-Section,
section .cell,
.row,
.row-fluid {
  overflow: visible !important;
}
