diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-26 14:45:52 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-26 15:55:21 +0200 |
commit | 304059081a194c1f3ed6d55929824107b7b228b5 (patch) | |
tree | a81a10919165b8810d51fabee874965f9c8c10df /server | |
parent | 3b1c8a9f3c4e2fd5b2c42ee1852b21e1d8991150 (diff) | |
download | sonarqube-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.less | 3 |
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 { |