From 02796a7158d170d62d58c7eb5e5e55d0da5d8726 Mon Sep 17 00:00:00 2001 From: Brad Christensen Date: Sun, 10 May 2015 15:45:10 +1200 Subject: [PATCH] Add a permanent scrollbar to the page to stop it from jumping around all the time --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 5a661a8..5914b62 100755 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,6 @@ - +body { + overflow-y: scroll; +} input[type=checkbox], input[type=radio] { vertical-align: middle;