User:Paradox-01/vector.css: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 9: Line 9:
{
{
   position:absolute;
   position:absolute;
}
/* edit box */
textarea
{
  font-family: Arial;
}
}

Revision as of 21:49, 6 December 2021

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

div#mw-panel
{
  position:absolute;
}

/* edit box */
textarea
{
  font-family: Arial;
}