diff options
author | Frederick Muriuki Muriithi | 2025-03-12 14:31:41 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-12 14:31:41 -0500 |
commit | c9d7b36e9a700e9dd777db1631c419f3be2c10c6 (patch) | |
tree | 57d2753ac6f0226313f1f6c3dff82e134f41f584 /uploader | |
parent | d7752e97886920e3402c0554e0477a8feb426212 (diff) | |
download | gn-uploader-main.tar.gz |
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/static/css/styles.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 55b510e..8366c67 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -162,3 +162,12 @@ table.dataTable thead th, table.dataTable tfoot th{ table.dataTable tbody tr.selected td { background-color: #ffee99 !important; } + + +.dt-scroll-body > table > thead { + /*** +Fixes bug with DataTables Scroller extension which leads to 2 table headers +being displayed. + **/ + display: none; +} |