[unchecked revision][unchecked revision]
WordPress>Jroberson108
(Fix animated gifs above column label. See "Summary" header at List of Ingenuity flights#List of flights.)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 19:09, 9 June 2024

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