MediaWiki talk:Common.css: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(Blanked the page)
(→‎Sidebar cutoff: new section)
Line 1: Line 1:
== 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
<pre>@media screen and (min-height: 850px) {
#mw-panel{
position:fixed !important;
}
}</pre>
[[User:Lucario|Lucario]] ([[User talk:Lucario|talk]]) 02:06, 17 January 2022 (CET)

Revision as of 03:06, 17 January 2022

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)