done profile dropdown
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user