From: Michael Stapelberg Date: Sat, 23 Jul 2011 10:44:18 +0000 (+0200) Subject: add overflow-y: scroll to force a scrollbar on all pages to prevent the layout from... X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b7dcfedb020ad14ccc0e16391153b883dc3ad874;p=i3%2Fi3.github.io add overflow-y: scroll to force a scrollbar on all pages to prevent the layout from jumping around --- 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 {