mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Use iframe height from jdots to fix iframe height in pixelegg
This commit is contained in:
parent
af2ed240ff
commit
3dcff72fc0
@ -39,6 +39,9 @@
|
||||
*/
|
||||
/*@import (less) "../../etemplate/templates/default/etemplate2.css";*/
|
||||
@media all {
|
||||
html {
|
||||
height: 99% !important;
|
||||
}
|
||||
/**
|
||||
* Top level
|
||||
*/
|
||||
|
@ -140,9 +140,6 @@ egw_LAB.wait(function() {
|
||||
- $header.outerHeight() - $j(this.tabsUi.contHeaderDiv).outerHeight() - (content.outerHeight(true) - content.height())
|
||||
// Not sure where this comes from...
|
||||
+ 5;
|
||||
// can only avoid scrollbar for iframe, if I add here 120px
|
||||
if (iframe) height += 120;
|
||||
//console.log("getIFrameHeight("+iframe+") returning "+height+(iframe?' (iframe)':''));
|
||||
return height;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user