diff --git a/static/css/table.css b/static/css/table.css index 262d0c20..e993e1f6 100644 --- a/static/css/table.css +++ b/static/css/table.css @@ -3,4 +3,12 @@ table.datatable > tbody > tr > td { } td.NumberCell { text-align: center; +} +table > thead tr > th { + position: sticky; + position: -webkit-sticky; + top: 150px; + margin: 0 auto; + z-index: 10; + background-color: white; } \ No newline at end of file