Author: ivan
Date: Thu Sep  3 13:50:11 2015
New Revision: 1701025

URL: http://svn.apache.org/r1701025
Log:
Make sure the navbar content is not shifted because of scrollbars.

* publish/includes/header.html: Add CSS magic to force vertical scrollbar.

Modified:
    serf/site/publish/includes/header.html

Modified: serf/site/publish/includes/header.html
URL: 
http://svn.apache.org/viewvc/serf/site/publish/includes/header.html?rev=1701025&r1=1701024&r2=1701025&view=diff
==============================================================================
--- serf/site/publish/includes/header.html (original)
+++ serf/site/publish/includes/header.html Thu Sep  3 13:50:11 2015
@@ -4,4 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link href="/css/bootstrap.min.css" rel="stylesheet">
 <style type="text/css">
+  html {
+    overflow-y: scroll;
+  }
 </style>


Reply via email to