mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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…
x
Reference in New Issue
Block a user