mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-14 10:53:01 +08:00
Extend comment to make more clear [SCI-855]
This commit is contained in:
parent
097209bd9d
commit
a190ef36ff
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ function dataTableInit() {
|
||||||
$('#samples-columns-dropdown').removeClass('open');
|
$('#samples-columns-dropdown').removeClass('open');
|
||||||
});
|
});
|
||||||
// Fix compatibility of fixed table header and column names modal-tooltip
|
// Fix compatibility of fixed table header and column names modal-tooltip
|
||||||
|
// by removing overflow: hidden
|
||||||
$('.dataTables_scrollHead').css('overflow', '');
|
$('.dataTables_scrollHead').css('overflow', '');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue