From 39863dfb970bd584addddb10600a3736ef6af1c1 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Thu, 23 Jan 2025 10:41:54 +0530 Subject: [PATCH] GWM --- app/Views/includes/new_header.php | 4 +-- app/Views/incomingSilicaSandDetails.php | 35 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) 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 de2f692e..8236f19b 100644 --- a/app/Views/incomingSilicaSandDetails.php +++ b/app/Views/incomingSilicaSandDetails.php @@ -174,6 +174,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; + } */