1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Sticky thead (#1258)

This commit is contained in:
Jakub Vrána
2025-04-20 14:12:19 +02:00
committed by GitHub
parent 2d4419cfd5
commit 5d926b3fa1

View File

@@ -1367,6 +1367,10 @@ div.soft-deprecation-notice blockquote.sidebar {
background: var(--dark-grey-color);
z-index: 1;
}
thead th {
position: sticky;
top: 3rem;
}
#intro .background,
aside.tips,
.layout-menu {