Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 839d7a20 authored by Nextgen-Networks's avatar Nextgen-Networks Committed by GitHub
Browse files

Merge pull request #8 from tabp0le/fix-styling

Position should be relative, as to prevent overflow
parents 71450ffe 9712cf95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<iframe id="rliframe" style="border: none; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;" tabindex="-1" frameborder="0" src="<?php echo $_['rainloop-iframe-url']; ?>"></iframe><?php OCP\Util::addScript('rainloop', 'resize');
<iframe id="rliframe" style="border: none; width: 100%; height: 100%; position: relative;" tabindex="-1" frameborder="0" src="<?php echo $_['rainloop-iframe-url']; ?>"></iframe><?php OCP\Util::addScript('rainloop', 'resize');