summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-27 10:50:38 +0000
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-31 20:10:19 +0100
commitb0ba0683f21798a2b8bf4fedfc7d6a220db2df75 (patch)
tree4e9ca3927834f23add58df19224e48ea9a2eb370
parenta2ffceb35c63cd6c21ad10d7bf16afa85d48c68f (diff)
downloadgitlab-ce-b0ba0683f21798a2b8bf4fedfc7d6a220db2df75.tar.gz
Merge branch 'winh-issuable-sidebar-height' into 'master'
Make issuable searchbar full height Closes #35417 See merge request !13046
-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 e858ef427b0..d37dc76cde3 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;