[FIX] PAYROLL: Modal close button display
This commit is contained in:
@@ -45,6 +45,5 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$("#personal").closest(".oh-modal--show").find("button[aria-label='Close']").attr("style","top: 33px; right: 20px;");
|
||||
console.log($("#personal").closest(".oh-modal--show").find("button[aria-label='Close']"))
|
||||
$("#personal").closest(".oh-modal--show").find("button[aria-label='Close']").attr("style","top: 33px; right: 20px; z-index:1");
|
||||
</script>
|
||||
Reference in New Issue
Block a user