mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Override jdots tab content height calculation for pixelegg
This commit is contained in:
parent
d332c0e167
commit
88bcc85ad9
@ -49,4 +49,11 @@ egw_LAB.wait(function() {
|
||||
}
|
||||
});
|
||||
|
||||
// Override jdots height calcluation
|
||||
egw_fw.prototype.getIFrameHeight = function()
|
||||
{
|
||||
$header = $j(this.tabsUi.appHeaderContainer);
|
||||
var height = $j(this.sidemenuDiv).height()-this.tabsUi.appHeaderContainer.outerHeight() - this.tabsUi.appHeader.outerHeight();
|
||||
return height;
|
||||
}
|
||||
});
|
Loading…
Reference in New Issue
Block a user