MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Adjust side panel pinning behavior to account for the height of the recently added items. Also remove Firefox Mobile comment as I couldn't reproduce the issue with the current app version
(One last try, I can't seem to get anything to insert the stupid space here.)
(Adjust side panel pinning behavior to account for the height of the recently added items. Also remove Firefox Mobile comment as I couldn't reproduce the issue with the current app version)
Line 1,147: Line 1,147:


/*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*/
/*This doesn't work well on Mobile Firefox, where it causes the menu text to overlap content when horizontal scrolling occurs.*/
@media screen and (min-height: 1010px) {
@media screen and (min-height: 850px) {
#mw-panel{
#mw-panel{
position:fixed !important;
position: fixed !important;
}
}
}
}

Navigation menu