Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-05-23 05:43:16 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-05-23 18:53:46 +0300
commita7319ebd86925e082e3dc02823536c52587bf964 (patch)
tree7527b806f265b5cdcd7348ce73473a62d04ddfa2 /app/assets/stylesheets/framework/sidebar.scss
parent9ba8512c08b796746ba2de8610e829b0e1283d73 (diff)
Fix sidebar coming up short on mobile
See https://gitlab.com/gitlab-org/gitlab-ce/issues/32735
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-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%;
+ }
}