/* Extracted from public/index.html#solvearc-tb-insights-overflow-fix. Keep load order in index.html. */
#pg-tbinsights,
#tbInsightsRoot,
#mainContent,
.main,
.app-body{
  height:auto !important;
  min-height:100vh !important;
  overflow-y:auto !important;
}

.tbix-grid{
  height:auto !important;
  overflow:visible !important;
}

.tbix-table-card{
  overflow:auto !important;
  max-height:none !important;
  padding-bottom:90px !important;
}

#siteFooterLinks{
  pointer-events:none !important;
}
