summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-07-24 14:21:34 +0200
committerwinh <winnie@gitlab.com>2017-07-25 12:17:38 +0200
commit33193155c7188209a168ceeb8ec4d3170dabbbaa (patch)
tree7d078329929ed6ada764b276f213093bcb431bfd
parent04bab48e811eac44c4e64b7626823db785977d51 (diff)
downloadgitlab-ce-winh-issuable-sidebar-height.tar.gz
Make issuable searchbar full heightwinh-issuable-sidebar-height
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index aa04e490649..eb269df46fe 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -211,6 +211,10 @@
-webkit-overflow-scrolling: touch;
}
+ &.affix-top .issuable-sidebar {
+ height: 100%;
+ }
+
&.right-sidebar-expanded {
width: $gutter_width;