navbar fix

This commit is contained in:
yuri
2015-07-31 10:43:38 +03:00
parent 841c5f85bd
commit a0c0d37bfd
+5
View File
@@ -185,6 +185,11 @@ Espo.define('Views.Site.Navbar', 'View', function (Dep) {
}
};
if ($navbar.height() <= navbarNeededHeight) {
$more.parent().addClass('hide');
}
processUpdateWidth();
},