navbar fix

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