Sjabloon:Sticky header/styles.css

@media screen {
	.sticky,
	.sticky-header > thead {
		position: sticky;
		top: 0;
		z-index: 10;
	}

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

@media all and (max-width: 720px) {
	.sticky-header {
		display: table;
	}
	.sticky-header caption {
		display: table-caption;
	}
}

/* [[Categorie:Wikipedia:Sjablonen met TemplateStyles]] */