diff options
author | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-08-13 12:34:04 +0200 |
---|---|---|
committer | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-08-13 12:34:04 +0200 |
commit | 7acf0fddba82c05936a2cc4143eef4e77a57f316 (patch) | |
tree | 37e784b9a4ce348423d2329b5e874f8f8fc0b4c0 /sonar-server | |
parent | 1b78d73edf02520d98d15be6970f5695aa3cd8ca (diff) | |
download | sonarqube-7acf0fddba82c05936a2cc4143eef4e77a57f316.tar.gz sonarqube-7acf0fddba82c05936a2cc4143eef4e77a57f316.zip |
SONAR-4565 Fixed scroll bar display to only allow vertical scrolling
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb index 2fbf5b82c6d..58d43231405 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb @@ -1 +1 @@ -<iframe src="<%= url -%>" width="100%" height="700" frameborder="0" scrolling="yes" name="settings_iframe"></iframe>
\ No newline at end of file +<iframe src="<%= url -%>" width="100%" height="700" frameborder="0" style="overflow-y: auto;" name="settings_iframe"></iframe>
\ No newline at end of file |