From 5d926b3fa170cc849a53ffdc052bd08779499df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Vr=C3=A1na?= Date: Sun, 20 Apr 2025 14:12:19 +0200 Subject: [PATCH] Sticky thead (#1258) --- styles/theme-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/theme-base.css b/styles/theme-base.css index 28954fce5..8644e68b0 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 {