Jump to content

MediaWiki:Common.css: Difference between revisions

From dissonant.dev wiki
Created page with "CSS placed here will be applied to all skins: table.sticky-header thead { position: sticky; }"
 
No edit summary
 
Line 3: Line 3:
table.sticky-header thead {
table.sticky-header thead {
position: sticky;
position: sticky;
top: -1px;
}
}

Latest revision as of 16:53, 7 February 2025

/* CSS placed here will be applied to all skins */

table.sticky-header thead {
	position: sticky;
	top: -1px;
}