User:Headquarter8302/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
fail |
||
| Line 21: | Line 21: | ||
div#mw-panel { position: fixed; | div#mw-panel { position: fixed; | ||
overflow: auto; | overflow: auto; | ||
top: | top: 10px; | ||
bottom: 0px; | bottom: 0px; | ||
height: 100%; | height: 100%; | ||
| Line 27: | Line 27: | ||
border-right: 0px solid #A7D7F9; | border-right: 0px solid #A7D7F9; | ||
} | } | ||
Revision as of 00:37, 15 October 2020
/* Position coordinates */
#coordinates {
position: absolute;
z-index: 1;
border: none;
background: none;
left: 9px;
top: 5.7em;
float: left;
margin: 0;
padding: 0;
line-height: 1.5em;
text-align: left;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* Fixed Sidebar */
div#mw-panel { position: fixed;
overflow: auto;
top: 10px;
bottom: 0px;
height: 100%;
/* Prevent content overlay when sidewards scrolling */
border-right: 0px solid #A7D7F9;
}