Merge pull request #40 from Djones4822/master

Add Sticky Headers to search table
This commit is contained in:
Geo
2023-02-17 09:36:01 -08:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -17,4 +17,9 @@
thead>tr:first-child>th:last-child {
border-radius: 0px;
}
}
th {
position: sticky;
top: 0;
z-index:1;
}
}

View File

@@ -102,6 +102,9 @@ html,
.ui.menu {
background-color: var(--dk-08dp) !important;
}
.ui #resultTable th {
background: rgb(61,61,61) !important;
}
/* #region Buttons */