Added projects features
This commit is contained in:
@@ -10,8 +10,14 @@
|
||||
.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