Roo/bootstrap/NavItem.js
authoredward <edward@roojs.com>
Fri, 4 Dec 2015 03:22:12 +0000 (11:22 +0800)
committeredward <edward@roojs.com>
Fri, 4 Dec 2015 03:22:12 +0000 (11:22 +0800)
Roo/bootstrap/NavItem.js

index 75c8e77..f0ba6b6 100644 (file)
@@ -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;
         }