diff --git a/app/Views/stock/bagStockDetails.php b/app/Views/stock/bagStockDetails.php index b4d84419..1ce9a012 100644 --- a/app/Views/stock/bagStockDetails.php +++ b/app/Views/stock/bagStockDetails.php @@ -226,7 +226,7 @@ .table-responsive { overflow-x: auto; overflow-y: auto; - max-height: 500px; /* Adjust as needed */ + max-height: 700px; /* Adjust as needed */ position: relative; } diff --git a/app/Views/stock/drierMachineDetails.php b/app/Views/stock/drierMachineDetails.php index d32fdadf..7bd54144 100644 --- a/app/Views/stock/drierMachineDetails.php +++ b/app/Views/stock/drierMachineDetails.php @@ -236,7 +236,7 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y'); .table-responsive { overflow-y: auto; - max-height: 500px; + max-height: 700px; } .fht-table thead th { diff --git a/app/Views/stock/dustAndRoughStockDetails.php b/app/Views/stock/dustAndRoughStockDetails.php index 50b4f194..cb884ba6 100644 --- a/app/Views/stock/dustAndRoughStockDetails.php +++ b/app/Views/stock/dustAndRoughStockDetails.php @@ -233,7 +233,7 @@ .table-responsive { overflow-x: auto; overflow-y: auto; - max-height: 500px; + max-height: 700px; /* Adjust as needed */ position: relative; } diff --git a/app/Views/stock/trpSandUseStockDetails.php b/app/Views/stock/trpSandUseStockDetails.php index 04b0b62f..ff1f1c7e 100644 --- a/app/Views/stock/trpSandUseStockDetails.php +++ b/app/Views/stock/trpSandUseStockDetails.php @@ -220,7 +220,7 @@ .table-responsive { overflow-x: auto; overflow-y: auto; - max-height: 500px; + max-height: 700px; /* Adjust as needed */ position: relative; }