Merge branch 'fix/remove-unnecessary-dashboard-scroll' into 'master'

Remove unnecessary dashboard scroll

See merge request gitlab-org/gitlab-ce!16213
This commit is contained in:
Annabel Dunstone Gray 2018-01-08 18:39:56 +00:00
commit 73ee4770dd
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}