Jump to content

User:SD0001/vector-2022.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.
/* Make "More", Twinkle and MoreMenu portlets open on hover, @author Stjn */
.skin-vector-2022 .mw-portlet:hover .vector-menu-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

/* Increase TOC height from 75vh */
.sidebar-toc {
	max-height: 90vh;
}