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); }