diff --git a/js/widgets/widget-scroller.js b/js/widgets/widget-scroller.js index 8280f5ca9..5d881f632 100644 --- a/js/widgets/widget-scroller.js +++ b/js/widgets/widget-scroller.js @@ -139,7 +139,7 @@ '.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixedPanel + ' { position: absolute; top: 0; bottom: 0; z-index: 2; left: 0; right: 0; } ' + ''; - $( style ).appendTo( 'body' ); + $('head').append(style); }); ts.scroller = {