diff --git a/app/Views/bagStockDetails.php b/app/Views/bagStockDetails.php index 6a9787dd..c7ab9691 100644 --- a/app/Views/bagStockDetails.php +++ b/app/Views/bagStockDetails.php @@ -156,6 +156,16 @@ height: 20px; } + #bagStockDetailsTableId th:nth-child(1), + #bagStockDetailsTableId td:nth-child(1) { + position: sticky; + left: 0; + background-color: #00a65a; + z-index: 2; + border-right: 2px solid #ddd; + color: #ffffff; + } + .modal { padding-right: 30% ! important; } diff --git a/app/Views/dustAndRoughStockDetails.php b/app/Views/dustAndRoughStockDetails.php index 139f5370..814d488d 100644 --- a/app/Views/dustAndRoughStockDetails.php +++ b/app/Views/dustAndRoughStockDetails.php @@ -156,6 +156,16 @@ height: 20px; } + #dustAndRoughStockDetailsTableId th:nth-child(1), + #dustAndRoughStockDetailsTableId td:nth-child(1) { + position: sticky; + left: 0; + background-color: #00a65a; + z-index: 2; + border-right: 2px solid #ddd; + color: #ffffff; + } + .modal { padding-right: 30% ! important; } diff --git a/app/Views/resinStockDetails.php b/app/Views/resinStockDetails.php index 32b1ab44..9902ea0b 100644 --- a/app/Views/resinStockDetails.php +++ b/app/Views/resinStockDetails.php @@ -156,6 +156,16 @@ height: 20px; } + #resinStockDetailsTableId th:nth-child(1), + #resinStockDetailsTableId td:nth-child(1) { + position: sticky; + left: 0; + background-color: #00a65a; + z-index: 2; + border-right: 2px solid #ddd; + color: #ffffff; + } + .modal { padding-right: 30% ! important; }