fix(ui): make loading-overlay cover the logout button

Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
This commit is contained in:
ernolf 2024-10-17 17:05:07 +02:00
parent 97dcab58d8
commit 2b6e81c074
No known key found for this signature in database
GPG key ID: 0B145139A170715C
4 changed files with 8 additions and 11 deletions

View file

@ -22,7 +22,4 @@
{% endif %}
</div>
<script type="text/javascript" src="before-unload.js"></script>
<div id="overlay">
<div class="loader"></div>
</div>
{% endblock %}
{% endblock %}