diff --git a/app/Views/includes/new_header.php b/app/Views/includes/new_header.php index 17dec7b1..102600b0 100755 --- a/app/Views/includes/new_header.php +++ b/app/Views/includes/new_header.php @@ -117,8 +117,8 @@ } ::-webkit-scrollbar { - width: 5px; - height: 5px; + width: 8px; + height: 8px; background-color: #f5f5f5; } diff --git a/app/Views/incomingSilicaSandDetails.php b/app/Views/incomingSilicaSandDetails.php index 49e647bd..3164abeb 100644 --- a/app/Views/incomingSilicaSandDetails.php +++ b/app/Views/incomingSilicaSandDetails.php @@ -180,6 +180,41 @@ margin-top: 1em; text-align: right } + + /* .fht-table th:nth-child(1), + .fht-table th:nth-child(2) + { + position: sticky; + left: 0; + top: 0; + background-color: #00a65a; + z-index: 7!important; + border-right: 2px solid #ddd; + color: #ffffff; + } + + + .fht-table td:nth-child(1), + .fht-table td:nth-child(2) + { + position: sticky; + left: 0; + background-color: #ffffff; + z-index: 2; + border-right: 2px solid #ddd; + color: #0e0b0b; + } + + .table-responsive { + overflow-y: auto; + max-height: 450px; + } + + .fht-table thead th { + position: sticky; + top: 0; + z-index: 5!important; + } */ .table-responsive { overflow-y: auto;