From 6d3677695d3aba38f29d040c19808b52a45b1714 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 8 Feb 2019 13:19:05 +0100 Subject: [PATCH] fix #2585 @0:10 --- style/mmenu/mmenu.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/mmenu/mmenu.less b/style/mmenu/mmenu.less index e2d314d3..aa61e13a 100644 --- a/style/mmenu/mmenu.less +++ b/style/mmenu/mmenu.less @@ -154,6 +154,9 @@ html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker { #menuSearch { position: fixed; // So we can scroll the other items below... + .msie &{ + position: absolute; + } top: 0; left: 0; width: 100%; -- 2.39.5