From 6e2750bc830eedd4579c920c9fe79fa1ce188559 Mon Sep 17 00:00:00 2001 From: "Justin F. Hallett" Date: Wed, 13 May 2015 20:32:44 -0600 Subject: [PATCH] now an extra quote, just take away my KB right now --- 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 6ef25955..54345a6a 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.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 } ' +