From 83d1ed97ae14b797e4ac5f9316c29106958236d5 Mon Sep 17 00:00:00 2001 From: Martin Dilling-Hansen Date: Tue, 24 Mar 2015 11:05:16 +0100 Subject: [PATCH] Always show vertical scrollbar Show the vertical scrollbar as inactive when content of the site don't require any scrolling, instead of not showing anything. This avoids the annoying "jumps" when you switch between pages that require scrolling vs don't require scrolling. --- framework/core/ember/app/styles/flarum/layout.less | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/ember/app/styles/flarum/layout.less b/framework/core/ember/app/styles/flarum/layout.less index aad44b4ef..2d044e07c 100644 --- a/framework/core/ember/app/styles/flarum/layout.less +++ b/framework/core/ember/app/styles/flarum/layout.less @@ -1,6 +1,7 @@ body { background: @fl-body-bg; color: @fl-body-color; + overflow-y: scroll; } .container-narrow { max-width: 500px;