Merge branch 'winh-issuable-sidebar-height' into 'master'

Make issuable searchbar full height

Closes #35417

See merge request !13046
This commit is contained in:
Tim Zallmann 2017-07-27 10:50:38 +00:00
commit 72e88b0fa7
1 changed files with 4 additions and 0 deletions

View File

@ -211,6 +211,10 @@
-webkit-overflow-scrolling: touch;
}
&.affix-top .issuable-sidebar {
height: 100%;
}
&.right-sidebar-expanded {
width: $gutter_width;