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

Unverified Commit cdcd79e2 authored by Tab Fitts's avatar Tab Fitts
Browse files

FIx styling for iframe

parent 011bd1d8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
<div style="box-sizing: border-box; width: 100%; height: 100%; padding: 0px; margin: 0px; background-color: #383c43; position: relative; overflow: hidden;"
><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></div><?php OCP\Util::addScript('rainloop', 'resize');
 No newline at end of file
<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');