summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-10 13:10:40 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-10 13:10:40 -0500
commit4dd1d6c4017b5772013d13e8964f06f285056de5 (patch)
tree9776721c240e80b1f2ccc20016d4660ccce913e5 /app/assets/stylesheets/framework/files.scss
parent3d4063efa1008d14fb35101916da70aa896887ed (diff)
downloadgitlab-ce-4dd1d6c4017b5772013d13e8964f06f285056de5.tar.gz
Avoid blinking of editor area on iOS
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 07907e6e5a6..eb0ae032732 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -169,6 +169,7 @@
*/
&.code {
padding: 0;
+ -webkit-overflow-scrolling: auto; // Issue #13987
}
}
}