MediaWiki:Gadget-SidebarTOC.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
.mw-table-of-contents-container {
.mw-table-of-contents-container {
     position: absolute;
     position: fixed;
     top: 0;
     top: 0;
     bottom: 0;
     bottom: 0;
Line 8: Line 8:


.vector-sticky-toc-container.sticky {
.vector-sticky-toc-container.sticky {
     position: fixed;
     position: absolute;
     top: 0;
     top: 0;
}
}

Revision as of 07:03, 22 February 2024

.mw-table-of-contents-container {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 15%; /* Adjust as needed */
    overflow: auto;
}

.vector-sticky-toc-container.sticky {
    position: absolute;
    top: 0;
}