User:Theoduino/common.css
< User:Theoduino
Jump to navigation
Jump to search
Revision as of 04:16, 12 August 2015 by Theoduino (talk | contribs) (Created page with "→Fix sidebar: div#mw-panel { position: fixed; overflow: auto; top: 100px; bottom: 0px; height: 100%; →Prevent content overlay when sidewards scrolling: bac...")
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Fix sidebar */
div#mw-panel { position: fixed;
overflow: auto;
top: 100px;
bottom: 0px;
height: 100%;
/* Prevent content overlay when sidewards scrolling */
background-color: #F6F6F6;
border-right: 1px solid #A7D7F9;
}
/* Prevent sidewards scrolling in pre elements */
pre {
overflow: auto;
max-height: 25em;
}