From 1a6329ab3bdb46219b5a14e6638e337c468fc368 Mon Sep 17 00:00:00 2001 From: "Justin F. Hallett" Date: Wed, 13 May 2015 20:27:51 -0600 Subject: [PATCH] Needs both to superceed the next line --- js/widgets/widget-scroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/widgets/widget-scroller.js b/js/widgets/widget-scroller.js index eaa56cdb..6ef25955 100644 --- a/js/widgets/widget-scroller.js +++ b/js/widgets/widget-scroller.js @@ -114,7 +114,7 @@ $( function() { /*** fixed column ***/ /* 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 */ '.' + tscss.scrollerFixed + ' > div { pointer-events: all; }' + '.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixed + ' { position: absolute; top: 0; z-index: 1; left: 0 } ' +