summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-08 18:39:56 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-08 18:39:56 +0000
commit73ee4770ddd91063406a8f961feeb4a2f62d4a9a (patch)
treeabf0c8e033e4e469b131aaf74b64095947104fb2
parent5e9c8906c0ab0ddc68fcc91948ffded7831f270e (diff)
parente712d1d121d7e5d02987710e460be9ecb9593978 (diff)
downloadgitlab-ce-73ee4770ddd91063406a8f961feeb4a2f62d4a9a.tar.gz
Merge branch 'fix/remove-unnecessary-dashboard-scroll' into 'master'
Remove unnecessary dashboard scroll See merge request gitlab-org/gitlab-ce!16213
-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;
}