User:Paradox-01/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Paradox-01 (talk | contribs) (Replaced content with "→Prevent sidewards scrolling in pre elements: pre { overflow: auto; max-height: 25em; } div#mw-panel { position:absolute; }") |
||
Line 1: | Line 1: | ||
/* | /* Prevent sidewards scrolling in pre elements */ | ||
pre | |||
{ | |||
overflow: auto; | |||
max-height: 25em; | |||
} | |||
div#mw-panel | div#mw-panel | ||
{ | { | ||
position:absolute; | position:absolute; | ||
} | } |
Revision as of 06:33, 25 August 2015
/* Prevent sidewards scrolling in pre elements */ pre { overflow: auto; max-height: 25em; } div#mw-panel { position:absolute; }