Make table headers sticky if the table scrolls
This commit is contained in:
@@ -19,6 +19,14 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#account-overview-table th,
|
||||||
|
#account-transaction-table th,
|
||||||
|
#recurring-transaction-list-table th {
|
||||||
|
position: sticky;
|
||||||
|
top: 0px;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
tr:hover {
|
tr:hover {
|
||||||
background-color: lightgrey;
|
background-color: lightgrey;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user