You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/18 20:42:08 UTC

svn commit: r1185787 - /james/skin/trunk/src/main/resources/css/james.css

Author: felixk
Date: Tue Oct 18 18:42:08 2011
New Revision: 1185787

URL: http://svn.apache.org/viewvc?rev=1185787&view=rev
Log:
Force vertical scrollbar to avoid a jumping site when changing to a page longer then the browser window from a full visible page or vice versa

Modified:
    james/skin/trunk/src/main/resources/css/james.css

Modified: james/skin/trunk/src/main/resources/css/james.css
URL: http://svn.apache.org/viewvc/james/skin/trunk/src/main/resources/css/james.css?rev=1185787&r1=1185786&r2=1185787&view=diff
==============================================================================
--- james/skin/trunk/src/main/resources/css/james.css (original)
+++ james/skin/trunk/src/main/resources/css/james.css Tue Oct 18 18:42:08 2011
@@ -18,6 +18,15 @@
 */
 
 /*
+ Force vertical scrollbar to avoid a jumping site when changing to a page longer then the browser window
+ from a full visible page or vice versa
+*/
+html 
+{
+    overflow-y:scroll;
+}
+
+/*
  Button
  From http://davidwalsh.name/github-css and adapted to maven site.
 */



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org