Freeze summary header while scrolling (#6121)

This commit is contained in:
Irina Burgun 2021-06-10 22:23:01 +03:00 committed by GitHub
parent 084aa4e591
commit d2adea950f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,11 +43,11 @@
</thead>
</table>
<table class="table table-hover" id="report">
<thead style="position: sticky; top: 0">
<thead>
<tr>
<th class="table-primary" scope="col">Operation</th>
<th class="table-primary" scope="col" style="position: sticky; top: 0">Operation</th>
{% for d in devices -%}
<th class="table-primary">{{ d }}</th>
<th class="table-primary" style="position: sticky; top: 0">{{ d }}</th>
{% endfor %}
</tr>
</thead>