summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-10-05 14:39:36 +0100
committerPhil Hughes <me@iamphill.com>2018-10-05 14:39:36 +0100
commit27ca4a9b2bdde72723ef8e379d6528b9f2764b6f (patch)
tree05d05a09832dd4e5147890454e5f76df78f2871b /app/assets/stylesheets
parent33c663ae1d2d46fd451cdbd21f2c5f18b21fa632 (diff)
downloadgitlab-ce-27ca4a9b2bdde72723ef8e379d6528b9f2764b6f.tar.gz
Fixed merge request file tree not sticking on Safari
Diffstat (limited to 'app/assets/stylesheets')
-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);