stock module - 25-03-2025

This commit is contained in:
vadivelJ96 2025-03-25 14:53:22 +05:30
parent 89df707fcb
commit 34120b5b8b
4 changed files with 4 additions and 4 deletions

View File

@ -226,7 +226,7 @@
.table-responsive { .table-responsive {
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
max-height: 500px; /* Adjust as needed */ max-height: 700px; /* Adjust as needed */
position: relative; position: relative;
} }

View File

@ -236,7 +236,7 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
.table-responsive { .table-responsive {
overflow-y: auto; overflow-y: auto;
max-height: 500px; max-height: 700px;
} }
.fht-table thead th { .fht-table thead th {

View File

@ -233,7 +233,7 @@
.table-responsive { .table-responsive {
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
max-height: 500px; max-height: 700px;
/* Adjust as needed */ /* Adjust as needed */
position: relative; position: relative;
} }

View File

@ -220,7 +220,7 @@
.table-responsive { .table-responsive {
overflow-x: auto; overflow-x: auto;
overflow-y: auto; overflow-y: auto;
max-height: 500px; max-height: 700px;
/* Adjust as needed */ /* Adjust as needed */
position: relative; position: relative;
} }