From f917cdc4459566859bbede809deaf92e23618b44 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 4 Dec 2015 11:22:12 +0800 Subject: [PATCH] Roo/bootstrap/NavItem.js --- Roo/bootstrap/NavItem.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/NavItem.js b/Roo/bootstrap/NavItem.js index 75c8e77a25..f0ba6b6e30 100644 --- a/Roo/bootstrap/NavItem.js +++ b/Roo/bootstrap/NavItem.js @@ -272,9 +272,9 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component, { var c = document.body; /* - * Firefox places the overflow at the html level, unless specifically styled to behave differently. + * Firefox / IE places the overflow at the html level, unless specifically styled to behave differently. */ - if(Roo.isFirefox){ + if(Roo.isFirefox || Roo.isIE){ c = document.documentElement; } -- 2.39.2