From 20a32ae7a36b7d79ea602b1cc069a6f51472f04d Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Fri, 7 Nov 2025 17:56:26 +0530 Subject: [PATCH] FIX_In the client policy screen, if any changes are made to the policy, the screen automatically scrolls to the bottom of the page --- app/Views/client_policy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Views/client_policy.php b/app/Views/client_policy.php index 080c1e87..3b21c09d 100755 --- a/app/Views/client_policy.php +++ b/app/Views/client_policy.php @@ -684,6 +684,7 @@ input:checked + .slider_blue::before { var message = (policy_PrimaryKey === '') ? 'Policy Created successfully' : 'Policy Updated Successfully'; toastr.success(message, 'Success'); + window.scrollTo({ top: 0, behavior: 'smooth' }); }, 1000); }