Home page doesn't show scrollbar when contents overflow.

This commit is contained in:
Heng Sin Low 2008-12-17 22:25:41 +00:00
parent cbb8d70e63
commit 4276bea1d4
3 changed files with 6 additions and 0 deletions

View File

@ -137,6 +137,8 @@ public class DefaultDesktop extends TabbedDesktop implements MenuListener, Seria
Portallayout portalLayout = new Portallayout();
portalLayout.setWidth("100%");
portalLayout.setHeight("100%");
portalLayout.setStyle("position: absolute; overflow: auto");
homeTab.appendChild(portalLayout);
// Dashboard content

View File

@ -174,6 +174,8 @@ public class NavBar2Desktop extends TabbedDesktop implements MenuListener, Seria
Portallayout portalLayout = new Portallayout();
portalLayout.setWidth("100%");
portalLayout.setHeight("100%");
portalLayout.setStyle("position: absolute; overflow: auto");
homeTab.appendChild(portalLayout);
// Dashboard content

View File

@ -176,6 +176,8 @@ public class NavBarDesktop extends TabbedDesktop implements MenuListener, Serial
Portallayout portalLayout = new Portallayout();
portalLayout.setWidth("100%");
portalLayout.setHeight("100%");
portalLayout.setStyle("position: absolute; overflow: auto");
homeTab.appendChild(portalLayout);
// Dashboard content