diff --git a/scripts/visual-regression/report-template.html b/scripts/visual-regression/report-template.html index 1bc3e6354e..674b60f1b4 100644 --- a/scripts/visual-regression/report-template.html +++ b/scripts/visual-regression/report-template.html @@ -29,6 +29,11 @@ border-collapse: collapse; } + table > thead { + position: sticky; + top: 0; + } + th, td { padding: 8px; @@ -61,13 +66,22 @@ border: 0; } + table > thead { + position: unset; + } + th, td { + width: 100%; display: block; padding: 6px; border: none; } + td:last-child { + border-bottom: 3px dashed darkgray; + } + th { text-align: left; background-color: transparent;