Author: Jakub Vrána (vrana) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-04-20T15:12:19+03:00
Commit: https://github.com/php/web-php/commit/5d926b3fa170cc849a53ffdc052bd08779499df4 Raw diff: https://github.com/php/web-php/commit/5d926b3fa170cc849a53ffdc052bd08779499df4.diff Sticky thead (#1258) Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 28954fce5c..8644e68b0d 100644 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -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 {