Gm Monitor : added a sticky table header

This commit is contained in:
Vlyan
2021-08-21 18:35:47 +02:00
parent e81b42c85b
commit a1dd8d6d75
3 changed files with 10 additions and 3 deletions

View File

@@ -771,6 +771,12 @@ button {
form {
padding: 0 0.5rem;
}
thead tr > th {
background: rgba(186, 187, 177, 0.9);
position: sticky;
z-index: 2;
top: 0;
}
th,
td {
border: 1px solid #5a6e5a50;