Skip to content

Commit a0b0496

Browse files
committed
Fix zindex on the container page button group
1 parent 38971db commit a0b0496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/app/www/public/ajax/containers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343
<?php } ?>
4444
<div class="col-sm-12">
45-
<div id="container-control-buttons" class="text-center" style="z-index:99999; width:80% !important; position:fixed;">
45+
<div id="container-control-buttons" class="text-center" style="z-index:9999; width:80% !important; position:fixed;">
4646
<div class="btn-group" role="group">
4747
<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>
4848
<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>

0 commit comments

Comments
 (0)