Шаблон:Плаваюча шапка таблиці/styles.css

Матеріал з Вікіпедії — вільної енциклопедії.
Перейти до навігації Перейти до пошуку
.ts-stickytableheader tr:first-child th {
	position: relative;
	position: sticky;
	top: 0;
}

.ts-stickytableheader tr:first-child th:after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	border: 1px solid #a2a9b1;
	content: '';
}

/* [[Категорія:Підсторінки CSS]] */