From f671b7c34f255a06604948e015d973af688f0c91 Mon Sep 17 00:00:00 2001 From: Maverick Date: Tue, 23 Jun 2015 23:04:07 +1000 Subject: [PATCH] Fix for the top menu not working in IE 11 (and probably older IE too). --- app/less/header.less | 1 + 1 file changed, 1 insertion(+) diff --git a/app/less/header.less b/app/less/header.less index 02e919d1..1c026626 100755 --- a/app/less/header.less +++ b/app/less/header.less @@ -39,6 +39,7 @@ header { } .smallTablet({ + position: static; position: initial; }); }