MediaWiki:Common.css: Difference between revisions

From Compendum Caidis
Jump to navigationJump to search
Lyall (talk | contribs)
Created page with "CSS placed here will be applied to all skins: .mw-sticky-header th { position: sticky; top: 0; z-index: 10; Ensures headers layer above other content: background-color: inherit; Helps maintain existing header background color: }"
(No difference)

Revision as of 19:55, 2 December 2025

/* CSS placed here will be applied to all skins */
.mw-sticky-header th {
    position: sticky;
    top: 0;
    z-index: 10; /* Ensures headers layer above other content */
    background-color: inherit; /* Helps maintain existing header background color */
}