From 809c9d7dc8a00344f89546cec1ff0a772f58a1be Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 16 Oct 2018 11:54:44 +0100 Subject: Fixes diff stats not being visible with performance bar --- app/assets/stylesheets/pages/diff.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/pages/diff.scss') 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); } } -- cgit v1.2.3