]> source.dussan.org Git - sonarqube.git/commitdiff
always show vertical scrollbar
authorStas Vilchik <vilchiks@gmail.com>
Thu, 15 Oct 2015 15:51:29 +0000 (17:51 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 15 Oct 2015 16:35:42 +0000 (18:35 +0200)
server/sonar-web/src/main/less/init/base.less

index b888d79c36564812666db5d9ec8a22e52f806156..275e65387038ea066152c79a80056f9d01ca8a0a 100644 (file)
@@ -10,6 +10,10 @@ html, body {
   background-color: @baseBackgroundColor;
 }
 
+body {
+  overflow-y: scroll;
+}
+
 fieldset, img {
   border: 0;
 }