Remove previous fix for popups [SCI-855]

This commit is contained in:
Oleksii Kriuchykhin 2017-01-18 10:59:00 +01:00
parent 2f48409fdd
commit 12eb1df69f

View file

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