MediaWiki:Bhcvectorbrand-css
/* 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));
}
