Changes

no edit summary
Line 134: Line 134:  
   position: relative;
 
   position: relative;
 
}
 
}
 +
 +
/* On Special:MobileOptions, keep UI above ads */
 +
body.page-Special_MobileOptions .mf-settings { position: relative; z-index: 9999 !important; }
 +
/* If you use AdSense blocks on the wiki, hide them on this special page */
 +
body.page-Special_MobileOptions .adsbygoogle { display: none !important; }