Change the height of iframes to 99%

refs #10881
This commit is contained in:
Alexander A. Klimov 2016-02-09 13:54:56 +01:00
parent 86834c4993
commit 8958873e77
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
<div class="controls">
<?= $tabs ?>
</div>
<div class="content">
<iframe src="<?= $this->escape($url) ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
</div>
<iframe src="<?= $this->escape($url) ?>" style="height:99%; width:99%;" frameborder="no"></iframe>