User:Iritscen/vector.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(fixed sidebar code is now in MediaWiki:Vector.css)
(trying out sidebar mod reversal)
Line 4: Line 4:
   overflow: auto;
   overflow: auto;
   max-height: 25em;
   max-height: 25em;
}
div#mw-panel
{
  position:absolute;
}
}

Revision as of 21:27, 24 August 2015

/* Prevent sidewards scrolling in pre elements */
pre
{
  overflow: auto;
  max-height: 25em;
}

div#mw-panel
{
  position:absolute;
}