]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #3714: Startup page flashes scrollbars
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 16 Nov 2009 06:42:52 +0000 (06:42 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 16 Nov 2009 06:42:52 +0000 (06:42 +0000)
svn changeset:9800/svn branch:6.2

src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java

index 6c11f0d098dde2116cfbf4c46f730601c9c9c5f5..0300e26a9439b3448082ba892ce612e2d18a55ed 100644 (file)
@@ -1650,7 +1650,7 @@ public abstract class AbstractApplicationServlet extends HttpServlet {
         page
                 .write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n");
         page.write("<style type=\"text/css\">"
-                + "html, body {height:100%;}</style>");
+                + "html, body {height:100%;margin:0;}</style>");
 
         // Add favicon links
         page