aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-10-26 14:45:52 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-10-26 15:55:21 +0200
commit304059081a194c1f3ed6d55929824107b7b228b5 (patch)
treea81a10919165b8810d51fabee874965f9c8c10df /server
parent3b1c8a9f3c4e2fd5b2c42ee1852b21e1d8991150 (diff)
downloadsonarqube-304059081a194c1f3ed6d55929824107b7b228b5.tar.gz
sonarqube-304059081a194c1f3ed6d55929824107b7b228b5.zip
Dont show by default the scrollbar in scrallable modals
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/less/components/modals.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/less/components/modals.less b/server/sonar-web/src/main/less/components/modals.less
index d4655515163..8d04a7477a3 100644
--- a/server/sonar-web/src/main/less/components/modals.less
+++ b/server/sonar-web/src/main/less/components/modals.less
@@ -84,8 +84,7 @@
max-height: 70vh;
padding: 10px;
box-sizing: border-box;
- overflow-x: auto;
- overflow-y: scroll;
+ overflow: auto;
}
.modal-head {