MediaWiki:Bhcvectorbrand-css

Revision as of 15:26, 23 January 2026 by Steve (talk | contribs)

/* Custom CSS for the branded preview (scoped). */ /* Tip: start selectors with body.bhc-branding ... */

/* Ensure sidebar does not visually extend past the footer */ body.bhc-branding {

 overflow-x: hidden;

}

body.bhc-branding .mw-page-container {

 min-height: calc(100vh - var(--bhc-bar-height));

}