Added projects features
This commit is contained in:
@@ -50,14 +50,6 @@ const OrganizationPage = () => {
|
||||
organizationName: "Project Moonshot Inc.",
|
||||
dateCreated: "2024-10-21 08:01:30.556 +0000 UTC",
|
||||
},
|
||||
{
|
||||
organizationName: "Project Moonshot Inc.",
|
||||
dateCreated: "2024-10-21 08:01:30.556 +0000 UTC",
|
||||
},
|
||||
{
|
||||
organizationName: "Project Moonshot Inc.",
|
||||
dateCreated: "2024-10-21 08:01:30.556 +0000 UTC",
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
@@ -10,8 +10,13 @@
|
||||
.tableContainer {
|
||||
height: calc(100vh - 170px);
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
}
|
||||
.tableContainer th {
|
||||
background: #1c1d2b;
|
||||
top: 0;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.tableContainer > table > thead > tr > th,
|
||||
.tableContainer > table > tbody > tr > td {
|
||||
padding: 12px 24px;
|
||||
|
||||
Reference in New Issue
Block a user