[PHP-WEBMASTER] [web-php] master: Make table header sticky within doctable class (#1259)

Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-04-24T09:48:46+03:00

Commit: Make table header sticky within doctable class (#1259) · php/web-php@9550e11 · GitHub
Raw diff: https://github.com/php/web-php/commit/9550e111e5cab710893133d214a978318178f991.diff

Make table header sticky within doctable class (#1259)

Changed paths:
  M styles/theme-base.css

Diff:

diff --git a/styles/theme-base.css b/styles/theme-base.css
index 8644e68b0d..cc3116c7eb 100644
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1367,7 +1367,7 @@ div.soft-deprecation-notice blockquote.sidebar {
     background: var(--dark-grey-color);
     z-index: 1;
   }
- thead th {
+ .doctable thead th {
     position: sticky;
     top: 3rem;
   }