User:FamousPup/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
FamousPup (talk | contribs)
mNo edit summary
FamousPup (talk | contribs)
mNo edit summary
Line 2: Line 2:
.tabber .tabbertab > div{
.tabber .tabbertab > div{
   width: 100%;
   width: 100%;
   max-height: 100vh;
   max-height: 80vh;
}
}


Line 10: Line 10:
}
}


.wikitable > tbody tr td:first{
.wikitable > * > tr > td:first{
position: sticky;
position: sticky;
left: -1px;
left: -1px;

Revision as of 01:50, 3 October 2024

.tabber .tabbertab > div{
  width: 100%;
  max-height: 80vh;
}

.wikitable > thead > tr{
	position: sticky;
	top: 0;
}

.wikitable > * > tr > td:first{
	position: sticky;
	left: -1px;
	background: white;
	color: #202122;
}