Fix menu height when switching back from mobile layout

Fixes #2841

(cherry picked from commit fe12ed05e3)
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Eric Lippmann 2017-07-28 13:44:21 +02:00
parent bf67b1d39f
commit a01fd27c34
2 changed files with 4 additions and 7 deletions

View File

@ -67,9 +67,11 @@
}
#sidebar {
top: 0;
top: 0 !important;
height: 32px;
padding-bottom: 2.5em;
width: 100%;
z-index: 3;
}
.dashboard > div.container {

View File

@ -600,12 +600,7 @@
)
.prepend(
$('<div id="mobile-menu-toggle"><button><i class="icon-menu"></i></button></div>')
)
.css({
paddingBottom: $('#mobile-menu-toggle').height(),
top: 0,
zIndex: 3
});
);
$search.on('keypress', this.closeMobileMenu);
this.mobileMenu = true;