diff --git a/doc/www/theme/static/design.css b/doc/www/theme/static/design.css
index f92fb2831b7cfca1123d53361e841989c4c15caa..7d89f1e57981921a5d970c8609be0685b4a9b599 100644
--- a/doc/www/theme/static/design.css
+++ b/doc/www/theme/static/design.css
@@ -1,6 +1,7 @@
 html {
     height:100%;
     font-size:100%;
+    overflow-y: scroll;
     -webkit-text-size-adjust:100%;
     -ms-text-size-adjust:100%;
     -webkit-font-smoothing:antialiased;
diff --git a/doc/www/theme/templates/benchmark.html b/doc/www/theme/templates/benchmark.html
index b2562e623aa33354bb23d4658c5deb8098c5cbbd..140e5b4358e27dee2a6c1efeb5bbc17dbc70f70e 100644
--- a/doc/www/theme/templates/benchmark.html
+++ b/doc/www/theme/templates/benchmark.html
@@ -9,7 +9,7 @@
 {% block content %}
 <section class="b-lightgray_block b-benchmark_top b-clearbox">
   <div class="b-block-wrapper">
-    <h1 class="b-section-title">YCSB - Benchmark results:</h1>
+    <h1 class="b-section-title">YCSB - Benchmark results</h1>
   </div>
 </section>