MediaWiki talk:Common.css

Add topic
Revision as of 03:06, 17 January 2022 by Lucario (talk | contribs) (→‎Sidebar cutoff: new section)

Sidebar cutoff

MediaWiki:Sidebar list grew and appears cut off in browsers in decently sized window, couldn't be scrolled to reveal below.

This might be evil code

@media screen and (min-height: 850px) {
	#mw-panel{
		position:fixed !important;
	}
}

Lucario (talk) 02:06, 17 January 2022 (CET)

Return to "Common.css" page.