From d40ca43f394c3382843c2dd68a5bcfe67e6e65ca Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Mar 2013 21:12:02 +0000 Subject: [PATCH] site: force scrollbar on home page to keep position consistent --- site/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/css/style.css b/site/css/style.css index 2158d2a76..c10257ad2 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -1,3 +1,7 @@ +html { + overflow-y:scroll; +} + body { margin: auto; max-width: 42em;