CHANGE_LEAD LIST PAGE HAVING MULTIPLE EDITS SORTED - VADIVEL J 2025-10-27 12:50

This commit is contained in:
vadivelJ96 2025-10-27 12:50:56 +05:30
parent da6b733b73
commit 312673a134

View File

@ -958,7 +958,21 @@
/* aligns text properly */
}
</style>
<!-- additional table fix for dropdown -->
<style>
.table-responsive {
overflow: visible !important;
}
.btn-group,
.dropdown {
position: relative;
}
.dropdown-menu {
z-index: 9999;
}
</style>
<!-- modal section -->
<style>