summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-10-16 11:54:44 +0100
committerPhil Hughes <me@iamphill.com>2018-10-16 11:54:44 +0100
commit809c9d7dc8a00344f89546cec1ff0a772f58a1be (patch)
tree6c82cc6a4c1b07d297ff90b69296e4a6261bef35 /app
parente347170cc59dfa1e48de451f7c48ccb65d3e581a (diff)
downloadgitlab-ce-809c9d7dc8a00344f89546cec1ff0a772f58a1be.tar.gz
Fixes diff stats not being visible with performance bar
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 cba5324ce53..8d884ad6891 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -1013,6 +1013,7 @@
.with-performance-bar & {
top: 135px;
+ max-height: calc(100vh - 135px);
}
}