mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Dev fix: Additional to the content-box fix form the other day - use
jQuery since browser specific styles can override the W3C option. jQuery deals with it for us.
This commit is contained in:
parent
dd805f6623
commit
cbeaadcba8
@ -1 +1 @@
|
||||
f5cbd047f7f47a79c5ab8a25953483ad0b190677
|
||||
d5f8b81bf8bcbecae9803b726bc606b4df9b6d3b
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -3009,7 +3009,7 @@
|
||||
nScrollHead.style.border = "0";
|
||||
nScrollHead.style.width = "100%";
|
||||
nScrollFoot.style.border = "0";
|
||||
nScrollHeadInner.style.boxSizing = 'content-box';
|
||||
$(nScrollHeadInner).css('box-sizing', 'content-box');
|
||||
nScrollHeadInner.style.width = oSettings.oScroll.sXInner !== "" ?
|
||||
oSettings.oScroll.sXInner : "100%"; /* will be overwritten */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user