summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-23 18:56:19 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-23 18:56:19 +0000
commit217e9d5070bd63d349b3dc9d9fdb9c03307d79de (patch)
tree22f4edbd8ed175e26adcd814814f2995800756f7
parent6f4e977046974401a0d10120fd22d4f2f8814e45 (diff)
parenta7319ebd86925e082e3dc02823536c52587bf964 (diff)
downloadgitlab-ce-217e9d5070bd63d349b3dc9d9fdb9c03307d79de.tar.gz
Merge branch '32735-fix-right-sidebar-coming-up-short' into 'master'
Fix right-sidebar gap on mobile Closes #32735 See merge request !11625
-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%;
+ }
}