summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-27 10:50:38 +0000
committerTim Zallmann <tzallmann@gitlab.com>2017-07-27 10:50:38 +0000
commit72e88b0fa7d40d7f51205b6af9cccee0bdb789c3 (patch)
tree94df644f1e2e09e533cccb0931091a084aa66032
parentef50875d3aa27a8e7bcc3296f911da4710be0585 (diff)
parent33193155c7188209a168ceeb8ec4d3170dabbbaa (diff)
downloadgitlab-ce-72e88b0fa7d40d7f51205b6af9cccee0bdb789c3.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 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;