fakruzaruret I think it's related with your footer customization because you have strange doc structure:
<body>
...
<div class="flarumfooter">
...
<a href="/"></a>
</div>
<a href="/">
<div class="foot">
...
</div>
<div id="modal">
...
</div>
</a>
...
</body>
Revert back or double check what you did here and the problem will be solved.