提交 4e334538 编写于 作者: A Annabel Dunstone Gray

Set sidebar height to 100% if at top of page

上级 178be67d
......@@ -72,6 +72,8 @@
const diff = $navHeight - $('body').scrollTop();
if (diff > 0) {
$('.right-sidebar').outerHeight($(window).height() - diff);
} else {
$('.right-sidebar').outerHeight('100%');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册