JS: Fix sidebar position
This commit is contained in:
parent
8f1f8d4471
commit
47ca9bd32f
|
@ -626,7 +626,7 @@
|
|||
$main.css({
|
||||
top: $header.css('height')
|
||||
});
|
||||
if (! $headerLogo.length) {
|
||||
if (!! $headerLogo.length) {
|
||||
$sidebar.css({
|
||||
top: $headerLogo.offset().top + $headerLogo.outerHeight()
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue