MediaWiki:Common.css: Difference between revisions

From 3B Knowledge
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { overflow-y: hidden !important; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Remove Scroll Bar in Mobile*/
body {
body {
     overflow-y: hidden !important;
     overflow-y: hidden !important;
}
/* Match background color to branding*/
body {
background-color: #fafafa;
}
}

Revision as of 09:34, 4 October 2022

/* CSS placed here will be applied to all skins */
/* Remove Scroll Bar in Mobile*/
body {
    overflow-y: hidden !important;
}

/* Match background color to branding*/
body {
	background-color: #fafafa;
}