roojs-bootstrap.js
[roojs1] / Roo / bootstrap / Popover.js
index 3d66104..544409e 100644 (file)
@@ -156,6 +156,14 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component,  {
         this.initEvents();
     },
     
+    resizeMask : function()
+    {
+        this.maskEl.setSize(
+            Roo.lib.Dom.getViewWidth(true),
+            Roo.lib.Dom.getViewHeight(true)
+        );
+    }
+    
     initEvents : function()
     {