الگو:سربرگ چسبیده/styles.css

از اسلامیکال
نسخهٔ تاریخ ‏۲۳ مهٔ ۲۰۲۴، ساعت ۱۴:۱۱ توسط Aboammar (بحث | مشارکت‌ها) (جایگزینی صفحه با '.sticky { position: sticky; top: 0; } body.vector-sticky-header-visible .sticky { top: 3.125rem; } .sticky-header > thead { position: sticky; top: 0; } body.vector-sticky-header-visible .sticky-header > thead { top: 3.125rem; }')
پرش به ناوبری پرش به جستجو
.sticky {
	position: sticky;
	top: 0;
}

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

.sticky-header > thead {
	position: sticky;
	top: 0;
}

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