User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 1: Line 1:
.wikitable .stickyHeader th {
.stickyHeader .wikitable th {
   position: -webkit-sticky;
   position: -webkit-sticky;
   position: sticky;
   position: sticky;
   top: 20;
   top: 20;
}
}

Revision as of 09:17, 17 May 2021

.stickyHeader .wikitable th {
  position: -webkit-sticky;
  position: sticky;
  top: 20;
}