/*
 * During background table refetches, keep the existing rows visible and
 * interactive. The formal UI already dims these tables; only the accidental
 * full-table click lock is neutralized.
 */
.pointer-events-none.opacity-60 {
  pointer-events: auto !important;
}
