MediaWiki:Common.css: Difference between revisions

From Fabulous Loop de Loop
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


#mw-panel {
#mw-panel {
  overflow-y: auto;
   position: fixed;
   position: fixed;
   width: 20em;
   width: 20em;


}
}

Revision as of 13:45, 4 August 2020

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body { font-family: sans-serif; }

#mw-panel {
  overflow-y: auto;
  position: fixed;
  width: 20em;

}