From b7dcfedb020ad14ccc0e16391153b883dc3ad874 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 23 Jul 2011 12:44:18 +0200 Subject: [PATCH] add overflow-y: scroll to force a scrollbar on all pages to prevent the layout from jumping around --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index c77011b..564611f 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,7 @@ body { color: #CCC; font-family: 'Droid Sans', "Lucida Grande", "Lucida Sans", "Liberation Sans", sans-serif; font-size: 0.8em; + overflow-y: scroll; } h2, h3 { -- 2.39.5