User:Seddon/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.ext-discussiontools-visualenhancements-enabled .ext-discussiontools-init-section {    
	background: #f8f9fa;
    padding-left: 15px;
    margin-top: 45px;
}

.skin-vector-legacy #mw-panel::-webkit-scrollbar {
    display: none;
}
.skin-vector-legacy #mw-panel {
    overflow: scroll;
    position: fixed;
    height: 100%;
    /* position: absolute; */
    top: 0;
    width: 10em;
    left: 0;
}

.vector-feature-zebra-design-disabled .vector-main-menu-container::-webkit-scrollbar {
    display: none;
}

.vector-feature-zebra-design-disabled .vector-main-menu-container {
    position: fixed;
    width: 196px;
    height: 80%;
    overflow: scroll;
}