done profile dropdown

This commit is contained in:
2026-02-26 11:12:41 +08:00
parent c98177c4ee
commit b1a79b90a1
8 changed files with 151 additions and 27 deletions

View File

@@ -1,5 +1,8 @@
.tableContainer {
width: 100%;
height: calc(100vh - 170px);
position: relative;
overflow: auto;
}
/* Table */
@@ -27,6 +30,11 @@
font-weight: 500;
line-height: normal;
}
.tableContainer th {
background-color: #1c1d2b;
top: 0;
position: sticky;
}
/* Targets individual body */
.tableBody td {