]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4565 Fixed scroll bar display to only allow vertical scrolling
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Tue, 13 Aug 2013 10:34:04 +0000 (12:34 +0200)
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>
Tue, 13 Aug 2013 10:34:04 +0000 (12:34 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_special.html.erb

index 2fbf5b82c6d2b4c186b377efaf8df5b0742b5e4e..58d432314050c36519fcd976d752086e72fbd86e 100644 (file)
@@ -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