Skip to content

Commit

Permalink
make table header sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
alok1304 committed Jan 3, 2025
1 parent e92d03e commit 2090ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.anchor {color: #6362dc; display: none; margin-left: .2rem; padding: 0 .2rem;}
h4:focus .anchor, h4:hover .anchor {display: inline; text-decoration: none;}
.help_text, .help_text:hover, .help_text:visited {color: #3b4351!important; border-bottom: dotted 0.0625rem #cccccc; text-decoration: inherit;}
.table-head{position: sticky; top: 0; overflow: hidden; background-color: #FFFFFF;}
</style>
<link rel="stylesheet" href="static/spectre-0.5.9.min.css">
<script src="static/jquery-3.5.1.slim.min.js"></script>
Expand Down Expand Up @@ -47,7 +48,7 @@
<div class="container">
<div class="loading loading-lg" style="margin-top:50px;"></div>
<table class="display" style="visibility: hidden;">
<thead>
<thead class="table-head">
<tr>
<th>Key</th>
<th>Short name</th>
Expand Down

0 comments on commit 2090ab7

Please sign in to comment.