mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
feat: set resultTable to use sticky header
This commit is contained in:
@@ -17,4 +17,9 @@
|
||||
thead>tr:first-child>th:last-child {
|
||||
border-radius: 0px;
|
||||
}
|
||||
}
|
||||
th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index:1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -102,6 +102,9 @@ html,
|
||||
.ui.menu {
|
||||
background-color: var(--dk-08dp) !important;
|
||||
}
|
||||
.ui #resultTable th {
|
||||
background: rgb(61,61,61) !important;
|
||||
}
|
||||
|
||||
/* #region Buttons */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user