Extend comment to make more clear [SCI-855]

This commit is contained in:
Oleksii Kriuchykhin 2017-01-13 12:43:43 +01:00
parent 097209bd9d
commit a190ef36ff

View file

@ -164,6 +164,7 @@ function dataTableInit() {
$('#samples-columns-dropdown').removeClass('open');
});
// Fix compatibility of fixed table header and column names modal-tooltip
// by removing overflow: hidden
$('.dataTables_scrollHead').css('overflow', '');
}
});