Fixed height of sidebar causing scrolling issues

This commit is contained in:
Phil Hughes 2016-10-25 14:53:48 +01:00
parent 079d146278
commit 19367b7777
1 changed files with 5 additions and 2 deletions

View File

@ -284,9 +284,12 @@
.issue-boards-sidebar {
&.right-sidebar {
position: absolute;
top: 0;
top: 153px;
bottom: 0;
@media (min-width: $screen-sm-min) {
top: 220px;
}
}
.issuable-sidebar-header {