]> source.dussan.org Git - sonarqube.git/commitdiff
Dont show by default the scrollbar in scrallable modals
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 26 Oct 2017 12:45:52 +0000 (14:45 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 26 Oct 2017 13:55:21 +0000 (15:55 +0200)
server/sonar-web/src/main/less/components/modals.less

index d46555151634ac36f69e66404d2ddc393fc8435c..8d04a7477a32cc291a232208f4da2eb91d8d1c12 100644 (file)
@@ -84,8 +84,7 @@
   max-height: 70vh;
   padding: 10px;
   box-sizing: border-box;
-  overflow-x: auto;
-  overflow-y: scroll;
+  overflow: auto;
 }
 
 .modal-head {