mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
* Stylite Template: Issue regarding horizontal scrollbar (Bug#8279)
This commit is contained in:
parent
9beec2ed4f
commit
2b6e7871ae
@ -317,8 +317,9 @@ egw_fw.prototype.resizeHandler = function()
|
|||||||
|
|
||||||
egw_fw.prototype.getIFrameHeight = function()
|
egw_fw.prototype.getIFrameHeight = function()
|
||||||
{
|
{
|
||||||
var height = $(window).height() - (this.tabsUi.contHeaderDiv.offsetTop +
|
var height = $(window).height() - (
|
||||||
this.tabsUi.contHeaderDiv.offsetHeight + 30); /* 30 is the height of the footer */
|
this.tabsUi.appHeaderContainer.offsetTop +
|
||||||
|
this.tabsUi.appHeaderContainer.offsetHeight + 30); /* 30 is the height of the footer */
|
||||||
return height;
|
return height;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -789,6 +790,7 @@ egw_fw.prototype.refreshAppTitle = function()
|
|||||||
this.tabsUi.setAppHeader(this.activeApp.app_header);
|
this.tabsUi.setAppHeader(this.activeApp.app_header);
|
||||||
document.title = this.activeApp.website_title;
|
document.title = this.activeApp.website_title;
|
||||||
}
|
}
|
||||||
|
this.resizeHandler();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user