diff --git a/static/js/theme.js b/static/js/theme.js index 7bb0ccb1bc..c53e5941c8 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -314,11 +314,6 @@ function initMenuScrollbar(){ } var content = '#body-inner'; - if( isIE ){ - // IE can not display the topbar as sticky; so we let - // the whole body scroll instead of just the content - content = '#body'; - } var autofocus = false; document.addEventListener('keydown', function(event){ // for initial keyboard scrolling support, no element