This commit is contained in:
yuri
2017-01-16 18:03:34 +02:00
parent 07daf6f5a0
commit d8894d6645
+1 -1
View File
@@ -268,7 +268,7 @@ Espo.define('views/site/navbar', 'view', function (Dep) {
if (windowWidth < smallScreenWidth) {
$tabs.css('height', 'auto');
$tabs.css('max-height', '');
$more.css('max-height', '');
} else {
$tabs.css('height', (windowHeight - navbarStaticItemsHeight) + 'px');
$more.css('max-height', windowHeight + 'px');