User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 2: Line 2:
   position: -webkit-sticky;
   position: -webkit-sticky;
   position: sticky;
   position: sticky;
   top: 0;
   top: 20;
}
}

Revision as of 08:51, 17 May 2021

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