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

From Chew Inclusive Terminology Glossary
(simpler)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 13:09, 2 November 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;
}