mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
Fix compatibility of fixed samples table header and modal-tooltip [SCI-855]
This commit is contained in:
parent
aba12b9b2c
commit
097209bd9d
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ function dataTableInit() {
|
|||
table.on('mousedown', function() {
|
||||
$('#samples-columns-dropdown').removeClass('open');
|
||||
});
|
||||
// Fix compatibility of fixed table header and column names modal-tooltip
|
||||
$('.dataTables_scrollHead').css('overflow', '');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue