Skip to content

Commit

Permalink
Make csv table headers sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Mar 4, 2024
1 parent aa1adfa commit ee91ffe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions airlock/templates/file_browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
overflow: scroll;
}

.datatable thead {
position: sticky;
top: 0;
}


</style>
{% endblock extra_styles %}

Expand Down

0 comments on commit ee91ffe

Please sign in to comment.