Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-18 20:03:10 +0300
committerBryce Johnson <bryce@gitlab.com>2016-10-19 19:22:12 +0300
commit257c58ebeb2de8fe44f83c751b91e09c306aa588 (patch)
treeb07de9ca1fdb97e6bffc81e0e3afc77c82913ff6 /app/assets/stylesheets/framework/files.scss
parentd927336403a92d340d7e5b2d2328c5a0e029d666 (diff)
Set webkit-overflow-scrolling to auto for children of body.
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 13c1bbf0359..f49d7b92a00 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -167,7 +167,6 @@
*/
&.code {
padding: 0;
- -webkit-overflow-scrolling: auto; // See https://gitlab.com/gitlab-org/gitlab-ce/issues/13987
}
}
}