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

Unverified Commit 9712cf95 authored by Tab Fitts's avatar Tab Fitts
Browse files

Position should be relative, as to prevent overflow

parent 71450ffe
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');