/* Scroll behavior override */

html,
body {
  height: auto;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

.app-shell {
  height: auto;
  min-height: 100vh;
}

.content-panel {
  min-height: auto;
  overflow: visible;
}

.menu-panel {
  min-height: auto;
  overflow: visible;
}

.menu-panel.is-active,
#ledger-panel.menu-panel.is-active,
#dynasty-panel.menu-panel.is-active {
  overflow: visible;
}

#army-panel.menu-panel.is-active {
  display: block;
}

#army-war-room-section.is-active,
#army-armies-section.is-active,
#army-frontier-section.is-active {
  display: block;
}

.realm-main-column,
.realm-sidebar,
.concept-main-stage,
.concept-sidebar,
.war-main-column,
.war-sidebar,
.army-sidebar-stack,
.army-detail-panel {
  min-height: auto;
}

#army-list,
#army-roster-list,
#war-fronts-list,
#war-summary-list,
#war-alerts-list,
#war-army-cards,
#campaign-list {
  overflow: visible;
}

.army-unit-manager,
.ledger-panel .ledger-list,
.is-scroll-panel {
  overflow: auto;
}

/* Internal scroll frames */

.content-panel {
  min-height: clamp(46rem, 82vh, 70rem);
}

.realm-list,
.war-fronts-list,
.frontier-operations-list,
.army-roster-list,
.army-recruitment-list,
.ledger-list,
.war-summary-list,
.war-alerts-list,
.academy-grid,
.vault-grid {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
}

#settlement-list,
#economy-list,
#industry-list,
#fortress-list {
  max-height: 34rem;
}

#war-fronts-list {
  max-height: 16rem;
}

#war-army-cards {
  max-height: 18rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
}

#war-summary-list,
#war-modifiers-list,
#war-alerts-list {
  max-height: 13rem;
}

#army-roster-list {
  max-height: 24rem;
}

#army-list {
  max-height: 22rem;
}

.army-unit-manager {
  max-height: 28rem;
  overflow-y: auto;
  overflow-x: hidden;
}

#army-stance-list,
#army-queue-list {
  max-height: 12rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
}

#army-upkeep-panel,
#army-logistics-panel,
#army-notes-panel,
#army-commander-panel {
  max-height: 12rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
}

.region-map-panel .frontier-map-frame {
  max-height: 38rem;
  overflow: auto;
}

.region-detail-panel {
  max-height: 38rem;
  overflow-y: auto;
  overflow-x: hidden;
}

#campaign-list {
  max-height: 16rem;
}

#reform-list,
#relic-list {
  max-height: 34rem;
}

#tech-current-list,
#tech-queue-list,
#tech-academy-list,
#tech-requirements-list,
#tech-bonuses-list,
#relic-loadout-list,
#relic-set-list,
#relic-bonus-list,
#relic-source-list,
#dynasty-overview-list,
#dynasty-effect-list,
#achievement-list {
  max-height: 14rem;
}

#ledger-panel .concept-main-stage,
#ledger-panel .concept-sidebar {
  min-height: 0;
}

#ledger-resources,
#ledger-buildings,
#ledger-troops,
#ledger-armies,
#ledger-regions,
#ledger-tech,
#ledger-relics,
#ledger-treasury-list,
#ledger-modifier-list,
#ledger-outlook-list {
  max-height: 14rem;
}

#perk-list {
  max-height: 28rem;
}

@media (max-width: 1400px) {
  .realm-list,
  .war-fronts-list,
  .frontier-operations-list,
  .army-roster-list,
  .army-recruitment-list,
  .ledger-list,
  .war-summary-list,
  .war-alerts-list,
  .academy-grid,
  .vault-grid,
  .army-unit-manager,
  #war-army-cards,
  .region-detail-panel,
  .region-map-panel .frontier-map-frame {
    max-height: none;
  }
}

