JS: Fix sidebar position

This commit is contained in:
Eric Lippmann 2017-11-27 15:12:15 +01:00
parent 8f1f8d4471
commit 47ca9bd32f
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@
$main.css({
top: $header.css('height')
});
if (! $headerLogo.length) {
if (!! $headerLogo.length) {
$sidebar.css({
top: $headerLogo.offset().top + $headerLogo.outerHeight()
});