Template:Sticky header/styles.css

From Chew Inclusive Terminology Glossary
Revision as of 20:31, 4 October 2023 by wikipedia>Timeshifter (simpler)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.sticky {
	position: sticky;
	top: 0;
}

body.vector-sticky-header-visible .sticky {
	top: 3.125rem;
}

.sticky-header > thead {
	position: sticky;
	top: 0;
}

body.vector-sticky-header-visible .sticky-header > thead {
	top: 3.125rem;
}