mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Fixed css, this is why I don't cut and paste
This commit is contained in:
parent
d7b71dba0e
commit
e1c12c4809
@ -132,7 +132,7 @@ $( function() {
|
||||
|
||||
/*** fixed column ***/
|
||||
'.' + tscss.scrollerFixedPanel + ' { pointer-events: all; }' +
|
||||
'.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixedPanel + ' { position: absolute; top: 0; zindex: 2; left: 0 } ' +
|
||||
'.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixedPanel + ' { position: absolute; top: 0; bottom: 0; z-index: 2; left: 0; right: 0; } ' +
|
||||
'</style>';
|
||||
$( style ).appendTo( 'body' );
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user