diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-01-04 02:58:10 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-01-04 02:58:10 +0200 |
commit | e712d1d121d7e5d02987710e460be9ecb9593978 (patch) | |
tree | 8477a57e2b677ca4ee869f10ba8f936d7d6be4ac | |
parent | c6ab17f11395338d4dc13880ae8c60a37b1ba890 (diff) | |
download | gitlab-ce-e712d1d121d7e5d02987710e460be9ecb9593978.tar.gz |
Remove unnecessary dashboard scroll
-rw-r--r-- | app/assets/stylesheets/framework/layout.scss | 4 |
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; } |