Commit 19367b77 authored by Phil Hughes's avatar Phil Hughes

Fixed height of sidebar causing scrolling issues

parent 079d1462
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment