MediaWiki:Common.css: Difference between revisions

From Melvor Idle
No edit summary
No edit summary
Line 4: Line 4:
   position: -webkit-sticky;
   position: -webkit-sticky;
   position: sticky;
   position: sticky;
}
.ts-container {
background-color: #2c343f!important;
}
}

Revision as of 09:25, 14 September 2020

/* CSS placed here will be applied to all skins */

.stickyHeader th {
  position: -webkit-sticky;
  position: sticky;
}

.ts-container {
background-color: #2c343f!important;
}