User:Paradox-01/vector.css: Difference between revisions
Paradox-01 (talk | contribs) (Replaced content with "→Prevent sidewards scrolling in pre elements: pre { overflow: auto; max-height: 25em; } div#mw-panel { position:absolute; }") |
Paradox-01 (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
div#mw-panel | div#mw-panel | ||
{ | { | ||
position: | position:relative; | ||
} | } | ||
Revision as of 15:05, 6 August 2017
/* Prevent sidewards scrolling in pre elements */
pre
{
overflow: auto;
max-height: 25em;
}
div#mw-panel
{
position:relative;
}