Make issuable searchbar full height

This commit is contained in:
winh 2017-07-24 14:21:34 +02:00
parent 04bab48e81
commit 33193155c7
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;