MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 6: Line 6:
   position: sticky;
   position: sticky;
   top: 0;
   top: 0;
   max-height: calc(100vh - 100px);
   max-height: 900vh;
   overflow: auto;
   overflow: auto;
}
}

Revision as of 05:22, 22 February 2024

/* All CSS here will be loaded for users of the Vector skin */

/* Custom backport of sidebar TOC from Vector 2022 skin */
.toc {
   font-size: 12px;
   position: sticky;
   top: 0;
   max-height: 900vh;
   overflow: auto;
}