8,462
edits
Paradox-01 (talk | contribs) (I'm not allowed to edit wiki's vector.css so i will try this at "my" place) |
Paradox-01 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
/* Fix the sidebar in place when scrolling */ | /* Fix the sidebar in place when scrolling */ | ||
div#mw-panel | |||
{ | { | ||
/* | |||
position: fixed; | position: fixed; | ||
height: 100%; | height: 100%; | ||
Line 9: | Line 10: | ||
background-color: #F6F6F6; | background-color: #F6F6F6; | ||
border-right: 1px solid #A7D7F9; | border-right: 1px solid #A7D7F9; | ||
*/ | |||
position: static; | |||
top: auto; | |||
padding-top: 0; | |||
width: auto; | |||
left: auto; | |||
} | |||
/* Darken the background for code tags just a tiny bit | /* Darken the background for code tags just a tiny bit |
edits