From e1c12c48092b6835ef67656e91f4ccae02adb7e9 Mon Sep 17 00:00:00 2001 From: "Justin F. Hallett" Date: Wed, 13 May 2015 12:00:21 -0600 Subject: [PATCH] Fixed css, this is why I don't cut and paste --- 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 9422160b..1bf01061 100644 --- a/js/widgets/widget-scroller.js +++ b/js/widgets/widget-scroller.js @@ -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 ).appendTo( 'body' ); });