Needs both to superceed the next line

This commit is contained in:
Justin F. Hallett 2015-05-13 20:27:51 -06:00
parent 0e928d03ad
commit 1a6329ab3b

View File

@ -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.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 } ' +