Link to article: A Comprehensive List of Mobile Task Forces.
/* Make table headers sticky */
table.wiki-content-table tbody {
position: relative;
}
table.wiki-content-table tr:first-child:has(th) {
position: sticky;
top: 0;
}
table.wiki-content-table tr:first-child th {
box-shadow: 0px 0px 0px 1px #888;
border-color: transparent;
border-width: 2px;
}