Skip to content

Make text on a report selectable (Style Sheet)

.reportData td {
  user-select: text;
}
Back to top