fix: div #modal-section not inside html <body> tag

This commit is contained in:
Cristian Ditaputratama 2024-11-04 23:52:00 +07:00
parent 7da5fdb10c
commit 0acf12a277
Signed by: ditatompel
GPG key ID: 31D3D06D77950979

View file

@ -52,8 +52,8 @@ templ base(m Meta) {
<p class="text-sm">XMR Nodes { config.Version }, <a href="https://github.com/ditatompel/xmr-remote-nodes" target="_blank" rel="noopener" class="external">source code</a> licensed under <strong>BSD-3-Clause</strong> license.</p>
</div>
</footer>
</body>
<div id="modal-section" class="hs-overlay hidden size-full fixed top-0 start-0 z-[80] overflow-x-hidden overflow-y-auto pointer-events-none" role="dialog" tabindex="-1" aria-labelledby="modal-section-label"></div>
</body>
</html>
}