Skip to content

Commit 66514ec

Browse files
committed
Improve table usability with sticky header and scrollable container
1 parent 1663c8a commit 66514ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@
197197
</a>
198198
</div>
199199
</div>
200-
<div class="table-responsive">
200+
<div class="table-responsive" style="max-height: 600px; overflow-y: auto;">
201201
<table id="speedHistoryTable" class="table table-sm table-hover align-middle">
202-
<thead class="table-light">
202+
<thead class="table-light sticky-top">
203203
<tr>
204204
<th>Host</th>
205205
<th>Time</th>

0 commit comments

Comments
 (0)