Fixed height of sidebar causing scrolling issues
This commit is contained in:
parent
079d146278
commit
19367b7777
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue