From 21b057e4fe210b187094b5db112abfe3d016ffd2 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sun, 28 Dec 2014 21:00:37 +0100 Subject: [PATCH] Fixed height --- app/js/directives.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/js/directives.js b/app/js/directives.js index 7922ce78..133c6da0 100644 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -656,8 +656,7 @@ angular.module('myApp.directives', ['myApp.filters']) footerHeight - (headWrap ? headWrap.offsetHeight : 48) - (panelWrap ? panelWrap.offsetHeight : 58) - - parseInt($(dialogsColWrap).css('paddingBottom') || 0) - - 1 // border bottom + parseInt($(dialogsColWrap).css('paddingBottom') || 0) }); updateScroller();