Fixed css, this is why I don't cut and paste

This commit is contained in:
Justin F. Hallett 2015-05-13 12:00:21 -06:00
parent d7b71dba0e
commit e1c12c4809

View File

@ -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' );
});