mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
now an extra quote, just take away my KB right now
This commit is contained in:
parent
1a6329ab3b
commit
6e2750bc83
@ -114,7 +114,7 @@ $( function() {
|
|||||||
|
|
||||||
/*** fixed column ***/
|
/*** fixed column ***/
|
||||||
/* disable pointer-events on fixed column wrapper or the user can't interact with the horizontal scrollbar */
|
/* disable pointer-events on fixed column wrapper or the user can't interact with the horizontal scrollbar */
|
||||||
'.' + tscss.scrollerFixed + ', '.' + tscss.scrollerFixed + ' .' + tscss.scrollerFixedPanel + ' { pointer-events: none; }' +
|
'.' + tscss.scrollerFixed + ', .' + tscss.scrollerFixed + ' .' + tscss.scrollerFixedPanel + ' { pointer-events: none; }' +
|
||||||
/* enable pointer-events for fixed column children; see #135 & #878 */
|
/* enable pointer-events for fixed column children; see #135 & #878 */
|
||||||
'.' + tscss.scrollerFixed + ' > div { pointer-events: all; }' +
|
'.' + tscss.scrollerFixed + ' > div { pointer-events: all; }' +
|
||||||
'.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixed + ' { position: absolute; top: 0; z-index: 1; left: 0 } ' +
|
'.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixed + ' { position: absolute; top: 0; z-index: 1; left: 0 } ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user