Template:Sticky header/styles.css: Difference between revisions

From Chew Inclusive Terminology Glossary
(simpler)
(No difference)

Revision as of 20:31, 4 October 2023

.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;
}