Fixed height
This commit is contained in:
parent
bcbf4932ab
commit
21b057e4fe
@ -656,8 +656,7 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|||||||
footerHeight -
|
footerHeight -
|
||||||
(headWrap ? headWrap.offsetHeight : 48) -
|
(headWrap ? headWrap.offsetHeight : 48) -
|
||||||
(panelWrap ? panelWrap.offsetHeight : 58) -
|
(panelWrap ? panelWrap.offsetHeight : 58) -
|
||||||
parseInt($(dialogsColWrap).css('paddingBottom') || 0) -
|
parseInt($(dialogsColWrap).css('paddingBottom') || 0)
|
||||||
1 // border bottom
|
|
||||||
});
|
});
|
||||||
|
|
||||||
updateScroller();
|
updateScroller();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user