From aaa23bb36cd286991dbebd8af2f6c57c02176c57 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 03:14:00 +0200 Subject: always present scroll bar to avoid jumping --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 66acd4b..01b2a59 100644 --- a/style.css +++ b/style.css @@ -39,6 +39,10 @@ html, body { height: 100%; } +html { + overflow-y: scroll; +} + .wrapper { min-height: 100%; height: auto !important; -- cgit v1.2.3