/* Extracted from public/index.html#solvearc-tb-flash-fix-v13. Keep load order in index.html. */
#tbInsightsRoot .tbix-table-scroll {
    overflow-y: auto !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: auto !important;
    contain: paint !important;
  }
  #tbInsightsRoot .tbix-table tbody,
  #tbInsightsRoot .tbix-table tr,
  #tbInsightsRoot .tbix-table td {
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
