summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-05-22 21:43:16 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-05-23 10:53:46 -0500
commita7319ebd86925e082e3dc02823536c52587bf964 (patch)
tree7527b806f265b5cdcd7348ce73473a62d04ddfa2
parent9ba8512c08b796746ba2de8610e829b0e1283d73 (diff)
downloadgitlab-ce-32735-fix-right-sidebar-coming-up-short.tar.gz
Fix sidebar coming up short on mobile32735-fix-right-sidebar-coming-up-short
See https://gitlab.com/gitlab-org/gitlab-ce/issues/32735
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 018f61ca3a8..5b62d7fa3a7 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -83,4 +83,8 @@
position: fixed;
top: $header-height;
}
+
+ &:not(.affix-top) {
+ min-height: 100%;
+ }
}