scrollbar: remove now unnecessary IE11 workaround

This commit is contained in:
Sören Weber 2022-04-03 15:59:00 +02:00
parent ccb0cc1e5d
commit 301f8812db
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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