mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
; not , in css
This commit is contained in:
parent
4410ecee0b
commit
9f9b36c751
@ -102,7 +102,7 @@ $( function() {
|
||||
'.' + tscss.scrollerWrap + ' * { box-sizing: border-box; }' +
|
||||
'.' + tscss.scrollerHeader + ', .' + tscss.scrollerFooter + ' { overflow: hidden; }' +
|
||||
'.' + tscss.scrollerHeader + ' table.' + tscss.table + ' { margin-bottom: 0; }' +
|
||||
'.' + tscss.scrollerFooter + ' table.' + tscss.table + ' thead { visibility: hidden, height: 0; overflow: hidden; }' +
|
||||
'.' + tscss.scrollerFooter + ' table.' + tscss.table + ' thead { visibility: hidden; height: 0; overflow: hidden; }' +
|
||||
/* always leave the scroll bar visible for tbody, or table overflows into the scrollbar when height < max height (filtering) */
|
||||
'.' + tscss.scrollerTable + ' { overflow-y: scroll; }' +
|
||||
'.' + tscss.scrollerTable + ' table.' + tscss.table + ' { border-top: 0; margin-top: 0; margin-bottom: 0; overflow-y: scroll; }' +
|
||||
|
Loading…
Reference in New Issue
Block a user