update z-index so we dont get buttons being higher than toast popup
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
{% if not InDBox %}
|
{% if not InDBox %}
|
||||||
{%block script_content %}{% endblock script_content %}
|
{%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 -->
|
<!-- CheckForJobs(), will see if there are any messages/jobs and keep doing this until there are 0 more and then stop -->
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() { CheckForJobs() } )
|
$(document).ready(function() { CheckForJobs() } )
|
||||||
|
|||||||
Reference in New Issue
Block a user