update z-index so we dont get buttons being higher than toast popup

This commit is contained in:
2025-10-04 22:45:01 +10:00
parent 00e42447fc
commit 7a4f5ddb17

View File

@@ -136,7 +136,7 @@
{% if not InDBox %}
{%block script_content %}{% endblock script_content %}
<div id="status_container" class="position-fixed top-0 end-0 p-0 my-5" "z-index: 11"> </div>
<div id="status_container" class="position-fixed top-0 end-0 p-0 my-5" style="z-index: 9999"> </div>
<!-- CheckForJobs(), will see if there are any messages/jobs and keep doing this until there are 0 more and then stop -->
<script>
$(document).ready(function() { CheckForJobs() } )