Skip to content

Commit

Permalink
Fix zindex on the container page button group
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwbest committed Dec 17, 2024
1 parent 38971db commit a0b0496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/app/www/public/ajax/containers.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>
<?php } ?>
<div class="col-sm-12">
<div id="container-control-buttons" class="text-center" style="z-index:99999; width:80% !important; position:fixed;">
<div id="container-control-buttons" class="text-center" style="z-index:9999; width:80% !important; position:fixed;">
<div class="btn-group" role="group">
<button type="button" class="btn btn-outline-light bg-secondary" onclick="massApplyContainerTrigger(false, 4)"><i class="fas fa-cloud-download-alt fa-xs me-1"></i> Pull</button>
<button type="button" class="btn btn-outline-light bg-secondary" onclick="massApplyContainerTrigger(false, 2)"><i class="fas fa-sync-alt fa-xs me-1"></i> Restart</button>
Expand Down

0 comments on commit a0b0496

Please sign in to comment.