summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-04 02:58:10 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-04 02:58:10 +0200
commite712d1d121d7e5d02987710e460be9ecb9593978 (patch)
tree8477a57e2b677ca4ee869f10ba8f936d7d6be4ac
parentc6ab17f11395338d4dc13880ae8c60a37b1ba890 (diff)
downloadgitlab-ce-e712d1d121d7e5d02987710e460be9ecb9593978.tar.gz
Remove unnecessary dashboard scroll
-rw-r--r--app/assets/stylesheets/framework/layout.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 3f0268541a4..fab3270b9f5 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -106,10 +106,6 @@ body {
}
}
-.layout-page > .content-wrapper {
- min-height: calc(100vh - #{$header-height});
-}
-
.with-performance-bar .layout-page {
margin-top: $header-height + $performance-bar-height;
}