Make issuable searchbar full height
This commit is contained in:
parent
04bab48e81
commit
33193155c7
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@
|
|||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
&.affix-top .issuable-sidebar {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&.right-sidebar-expanded {
|
||||
width: $gutter_width;
|
||||
|
||||
|
|
Loading…
Reference in a new issue