MediaWiki:Common.css: Difference between revisions

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;
}
}