mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Fixed: IE6 and IE7 were having issues with scroll X and jQuery UI theming - specifically the elements which should have been hidden by the header scrolling were visible. This is fixed with a position: relative - 3180
This commit is contained in:
parent
1e1e8f0104
commit
e7ffbb13fd
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@ -3525,6 +3525,7 @@
|
||||
nScrollFootInner.className = oClasses.sScrollFootInner;
|
||||
|
||||
nScrollHead.style.overflow = "hidden";
|
||||
nScrollHead.style.position = "relative";
|
||||
nScrollFoot.style.overflow = "hidden";
|
||||
nScrollBody.style.overflow = "auto";
|
||||
nScrollHead.style.border = "0";
|
||||
|
Loading…
x
Reference in New Issue
Block a user