MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
(That doesn't resolve the issue, need alternate solution: https://www.google.com/search?q=css+fixed+y+only)
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) and (min-width: 800px) {
@media screen and (min-height: 850px) {
#mw-panel{
#mw-panel{
position:fixed !important;
position:fixed !important;