From 17d86a2a3542a87ca197fd6cc6de2601a98a7d17 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 20 Aug 2013 01:50:19 +0800 Subject: [PATCH] force vertical scrollbar to prevent centering jumps during navigation --- public/css/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.less b/public/css/style.less index bb6432a2e1..46e3410ecb 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -1,5 +1,9 @@ @import "mixins"; +html { + overflow-y: scroll; +} + body { /*background: #fdfdfd;*/ // port to default theme when it is implemented. -webkit-transition: margin-bottom 250ms ease;