summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 458af76cb75..fa463975805 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -20,12 +20,15 @@
}
.content-wrapper {
+ min-height: 100vh;
width: 100%;
padding: 20px;
+ background: #EAEBEC;
.container-fluid {
background: #FFF;
padding: $gl-padding;
+ min-height: 90vh;
&.container-blank {
background: none;