1
0
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:
Allan Jardine 2010-10-28 22:08:29 +01:00
parent 1e1e8f0104
commit e7ffbb13fd

View File

@ -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";