From b39201637dcd8be3994b1755550d2ab4d63e3657 Mon Sep 17 00:00:00 2001 From: Artem Shitov Date: Wed, 26 Aug 2015 16:28:31 +0300 Subject: [PATCH] Remove redundant overflowing rule --- src/rustbook/static/rustbook.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rustbook/static/rustbook.css b/src/rustbook/static/rustbook.css index 84cccda8172..6b9e7aa58f2 100644 --- a/src/rustbook/static/rustbook.css +++ b/src/rustbook/static/rustbook.css @@ -44,7 +44,6 @@ h1, h2, h3, h4, h5, h6 { #page-wrapper { position: absolute; - overflow-y: auto; left: 310px; right: 0px; top: 0px;