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:
authorPhil Hughes <me@iamphill.com>2018-10-16 13:54:44 +0300
committerPhil Hughes <me@iamphill.com>2018-10-16 13:54:44 +0300
commit809c9d7dc8a00344f89546cec1ff0a772f58a1be (patch)
tree6c82cc6a4c1b07d297ff90b69296e4a6261bef35 /app/assets/stylesheets/pages/diff.scss
parente347170cc59dfa1e48de451f7c48ccb65d3e581a (diff)
Fixes diff stats not being visible with performance bar
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-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);
}
}