[fusion-commits] r1395 - trunk/templates/mapguide/standard

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed May 7 14:38:38 EDT 2008


Author: madair
Date: 2008-05-07 14:38:38 -0400 (Wed, 07 May 2008)
New Revision: 1395

Modified:
   trunk/templates/mapguide/standard/index.html
Log:
re #26:  also need to set body.overflow=hidden for full-screen apps.  This needs to be documented somewhere for Jx

Modified: trunk/templates/mapguide/standard/index.html
===================================================================
--- trunk/templates/mapguide/standard/index.html	2008-05-07 18:23:17 UTC (rev 1394)
+++ trunk/templates/mapguide/standard/index.html	2008-05-07 18:38:38 UTC (rev 1395)
@@ -14,6 +14,10 @@
         background-color: #999;
         cursor: 'col-resize';
     }
+    
+    body {
+      overflow: hidden;
+    }
 
     #Toolbar .jxToolbar {
         /*width: 100%;*/



More information about the fusion-commits mailing list