/* VirtualizedCreativeRows already limits mounted rows to 60. Browser-level
   content skipping would measure placeholder heights, then change the layout
   after React's scroll-anchor restoration has completed. */
.creative-table-virtual-body > .creative-table-row:not(.creative-table-head) {
  content-visibility: visible;
  contain-intrinsic-block-size: none;
}
