From ff6d4f242bed6a59395f0d1e79c3debdcb62ba4e Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 9 Nov 2013 13:36:34 +1300 Subject: [PATCH] always display scrollbar to prevent horizontal lurch --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 70a62c4..2bee448 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,8 @@ /* style.css */ +html { + overflow-y:scroll; /* always display scrollbar to prevent horizontal lurch */ +} img { border:0; }