Fix compatibility of fixed samples table header and modal-tooltip [SCI-855]

This commit is contained in:
Oleksii Kriuchykhin 2017-01-13 11:30:55 +01:00
parent aba12b9b2c
commit 097209bd9d

View file

@ -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', '');
}
});