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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-10-05 19:20:40 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-10-05 19:20:40 +0300
commitaea6b468308bedb94724ad9626b4c49dd5c3b5a1 (patch)
tree3cedc91af2585b26cd046f810f4a5f8e26660bbe /app
parentcfd10655013e5a7e8481113ba168011862661b9f (diff)
parent27ca4a9b2bdde72723ef8e379d6528b9f2764b6f (diff)
Merge branch 'mr-file-tree-fixed-safari' into 'master'
Fixed merge request file tree not sticking on Safari Closes #52277 See merge request gitlab-org/gitlab-ce!22147
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/diff.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 5035714b95f..17b02c6e31e 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -1000,6 +1000,7 @@
}
.tree-list-holder {
+ position: -webkit-sticky;
position: sticky;
top: 100px;
max-height: calc(100vh - 100px);