scinote-web/app/views/shared/_iframe_modal.html.erb
2023-08-02 14:13:04 +02:00

4 lines
180 B
Plaintext

<div id="iFrameModal" class="fixed top-0 left-0 right-0 z-[2000] w-full h-full bg-sn-white hidden">
<iframe id="iFrameModalFrame" class="w-full h-full border-0"></iframe>
</div>