summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-20 14:44:26 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-20 14:44:26 +0200
commit051456c94b45057c617ae802a427533b9c8590b6 (patch)
treea80b98214cc8782eb6e6fede13220a587d904f5d /src
parent1f4b9958e3bbd812e776b44cd8ba5322c16d4f25 (diff)
parenta670475b6a949d427c7166d429c76bfbbc1ae697 (diff)
downloadscala-051456c94b45057c617ae802a427533b9c8590b6.tar.gz
scala-051456c94b45057c617ae802a427533b9c8590b6.tar.bz2
scala-051456c94b45057c617ae802a427533b9c8590b6.zip
Merge pull request #3756 from mkubala/ticket/8591
SI-8591 Scaladoc: Problem with scrolling under Safari on iOS
Diffstat (limited to 'src')
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
index 55fb370a41..3e352a95b3 100644
--- a/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
+++ b/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/index.css
@@ -310,6 +310,7 @@ h1 {
position: fixed;
margin-left: 300px;
display: block;
+ -webkit-overflow-scrolling: touch;
}
#content > iframe {