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/pages/diff.scss
parentd927336403a92d340d7e5b2d2328c5a0e029d666 (diff)
Set webkit-overflow-scrolling to auto for children of body.
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index bdc82a8f0f5..fe6421f8b3f 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -52,7 +52,6 @@
background: #fff;
color: #333;
border-radius: 0 0 3px 3px;
- -webkit-overflow-scrolling: auto;
.unfold {
cursor: pointer;