/* Intelligence modules + transportation-funding: index sidebar + scrollable main */
.tg-index-root.app-shell > .main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 0;
}

.module-scroll {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
