Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2025-10-27 13:07:25 +05:30
commit a133e52319

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>