MediaWiki:Common.css: Difference between revisions

Work around header borders failing to render with sticky headers on Firefox
(Add township-colortoggle)
(Work around header borders failing to render with sticky headers on Firefox)
Line 2: Line 2:
.stickyHeader th {
.stickyHeader th {
position:-webkit-sticky;
position:-webkit-sticky;
position:sticky
position:sticky;
background-clip: padding-box
}
}