From bc9c1865f645dfaff3ef25a33bd0c432d99741f9 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 15 Oct 2015 17:51:29 +0200 Subject: [PATCH] always show vertical scrollbar --- server/sonar-web/src/main/less/init/base.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/sonar-web/src/main/less/init/base.less b/server/sonar-web/src/main/less/init/base.less index b888d79c365..275e6538703 100644 --- a/server/sonar-web/src/main/less/init/base.less +++ b/server/sonar-web/src/main/less/init/base.less @@ -10,6 +10,10 @@ html, body { background-color: @baseBackgroundColor; } +body { + overflow-y: scroll; +} + fieldset, img { border: 0; } -- 2.39.5