MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,142: Line 1,142:


/*Keep navigation on screen, if there is room to display it without scrolling*/
/*Keep navigation on screen, if there is room to display it without scrolling*/
@media screen and ( min-height: 850px ){
@media screen and min-height: 850px and min-width: 800px {
#mw-panel{
#mw-panel{
position:fixed !important;
position:fixed !important;