MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 52:
 
#mw-site-navigation {
position: staticfixed; /* Change from static to fixed */
top: 0; /* Ensures it sticks to the top of the viewport */
max-height: 100vh; /* Limit the maximum height to viewport height */
}