done profile dropdown
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.tableContainer {
|
||||
width: 100%;
|
||||
height: calc(100vh - 170px);
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Table */
|
||||
@@ -28,6 +31,12 @@
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.tableContainer th {
|
||||
background-color: #1c1d2b;
|
||||
top: 0;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
/* Targets individual body */
|
||||
.tableBody td {
|
||||
padding: 12px 24px;
|
||||
|
||||
Reference in New Issue
Block a user