mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
Remove previous fix for popups [SCI-855]
This commit is contained in:
parent
2f48409fdd
commit
12eb1df69f
1 changed files with 0 additions and 3 deletions
|
@ -163,9 +163,6 @@ function dataTableInit() {
|
||||||
table.on('mousedown', function() {
|
table.on('mousedown', function() {
|
||||||
$('#samples-columns-dropdown').removeClass('open');
|
$('#samples-columns-dropdown').removeClass('open');
|
||||||
});
|
});
|
||||||
// Fix compatibility of fixed table header and column names modal-tooltip
|
|
||||||
// by removing overflow: hidden
|
|
||||||
$('.dataTables_scrollHead').css('overflow', '');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue