theme: make table headers sticky #997
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run

This commit is contained in:
Sören Weber 2025-01-27 07:36:59 +01:00
parent 60bb1c65c5
commit aeb331259b
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 22 additions and 1 deletions

View file

@ -992,6 +992,14 @@ div.highlight > div table {
border-width: 0; border-width: 0;
margin: 0; margin: 0;
} }
table {
position: relative;
}
tr:has(th) {
background-color: var(--INTERNAL-MAIN-BG-color);
position: sticky;
top: -1px;
}
div.highlight > div td { div.highlight > div td {
border-width: 0; border-width: 0;
} }

View file

@ -0,0 +1,13 @@
+++
disableToc = false
hidden = true
title = "Version 7.4"
type = "releasenotes"
weight = -4
+++
## 7.4.0 (XXXX-XX-XX) {#7-4-0}
### New
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Table headers are sticky now.

View file

@ -1 +1 @@
7.3.2 7.3.2+60bb1c65c5fc8ae51330cff9b402b5ac0a2d34fb