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:
.stickyHeader .wikitable th {
.stickyHeader th {
  position: -webkit-sticky;
position: -webkit-sticky;
  position: sticky;
position: sticky;
  top: 20;
top: 20px;
}
}

Revision as of 19:59, 17 May 2021

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