Template:Import style/sticky.css

Revision as of 07:10, 8 January 2024 by WordPress>Jroberson108 (Fix animated gifs above column label. See "Summary" header at List of Ingenuity flights#List of flights.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.is-sticky {
	position: sticky;
	top: 0;
	z-index: 10;
}

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

.is-sticky-head > thead {
	position: sticky;
	top: 0;
	z-index: 10;
}

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