diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-09 11:56:11 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-09 11:56:11 +0100 |
commit | 89c59ab53561a47b5067668829bb19e7067cd3be (patch) | |
tree | 3279c41ba933fa685ea07a2c999f32913fd90ec3 /server/sonar-web/src/main/less/components/modals.less | |
parent | 8260aba269d3d8815d3c0e2716732b8db6db1880 (diff) | |
download | sonarqube-89c59ab53561a47b5067668829bb19e7067cd3be.tar.gz sonarqube-89c59ab53561a47b5067668829bb19e7067cd3be.zip |
SONAR-6228 show dependencies details inside a modal window
Diffstat (limited to 'server/sonar-web/src/main/less/components/modals.less')
-rw-r--r-- | server/sonar-web/src/main/less/components/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/less/components/modals.less b/server/sonar-web/src/main/less/components/modals.less index 0efc5a22dfd..98fd4a4af1e 100644 --- a/server/sonar-web/src/main/less/components/modals.less +++ b/server/sonar-web/src/main/less/components/modals.less @@ -63,7 +63,7 @@ max-height: 70vh; padding: 10px; .box-sizing(border-box); - overflow-x: hidden; + overflow-x: auto; overflow-y: scroll; } |