Remove unnecessary Scrollbar from Project List view.

This commit is contained in:
Kartik Sharma 2025-07-22 17:56:36 +05:30
parent 820f80562f
commit 4cd03afc5c

View File

@ -269,8 +269,8 @@ const ProjectList = () => {
<div className="card cursor-pointer"> <div className="card cursor-pointer">
<div className="card-body p-2"> <div className="card-body p-2">
<div <div
className="table-responsive text-nowrap py-2 " className="table-responsive text-nowrap py-2 mx-auto"
style={{ minHeight: "400px" }} style={{ minHeight: "200px", overflow: "visible" }}
> >
<table className="table m-3"> <table className="table m-3">
<thead> <thead>