mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fix thead not sticking properly in chromium-based browsers, restore scroll-sync
This commit is contained in:
@@ -40,7 +40,7 @@ window.addEventListener('load', () => {
|
||||
|
||||
window.addEventListener('resize', () => tables.draw());
|
||||
|
||||
$(".dataTables_scrollBody").scrollsync({
|
||||
$(".table-wrapper").scrollsync({
|
||||
y_sync: true,
|
||||
x_sync: true
|
||||
});
|
||||
|
Reference in New Issue
Block a user