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: [email protected]
For additional commands, e-mail: [email protected]