diff options
author | Frederick Muriuki Muriithi | 2024-12-09 16:11:44 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-09 16:11:44 -0600 |
commit | 47fdae91413522b8a67247c3f7113f925fad8dc7 (patch) | |
tree | 94fb6d97f3d5aa32edd033c312fe517d715ef894 /uploader | |
parent | 7904610f4f66da33e9ced1eb5f11365ec11d6472 (diff) | |
download | gn-uploader-47fdae91413522b8a67247c3f7113f925fad8dc7.tar.gz |
Prevent errors' table header from scrolling away.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/job-status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/job-status.html b/uploader/templates/phenotypes/job-status.html index 30316b5..34325c5 100644 --- a/uploader/templates/phenotypes/job-status.html +++ b/uploader/templates/phenotypes/job-status.html @@ -73,7 +73,7 @@ </p> {%else%} <table class="table"> - <thead> + <thead style="position: sticky; top: 0; background: white;"> <tr> <th>File</th> <th>Row</th> |