MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Keep navigation visible through scrolling)
Line 1,140: Line 1,140:
padding-right:1px;
padding-right:1px;
}
}
/*Keep navigation on screen, if there is room to display it without scrolling*/
@media screen and ( min-height: 850px ){
#mw-panel{
position:fixed;
}
}
/*
/*
</source>
</source>
*/
*/