MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
.toc {
.toc {
   font-size:12px;
   font-size:12px;
   position:fixed;
   position:sticky;
   width:12%;
   width:12%;
  height:100%;
}
}

Revision as of 05:15, 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;
   width:12%;
}