Skip to content
Snippets Groups Projects
Commit e33a7806 authored by srosse's avatar srosse
Browse files

OO-1332: try the fill the brwoser with the iframe

parent dc2847c8
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
<a href="#" onclick="collapseTree('tree1'); return false;">Collapse All</a>
<ul class="mktree" id="tree1">$menutree</ul>
</div>
<div id="content">
<iframe #if($index) src="$index" #else src="" #end name="content" ></iframe>
<div id="content" style="margin:0px; padding:0px; overflow:hidden; height:100%;">
<iframe #if($index) src="$index" #else src="" #end name="content" style="overflow:hidden; overflow-x:hidden; overflow-y:hidden; height:100%; width:100%; position:absolute; top:0px; left:0px; right:0px; bottom:0px" height="100%" width="100%"></iframe>
</div>
</div></div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment