From 6813ad02b4939a07d7f964c58b90d646434252aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 22 Feb 2025 11:00:50 +0100 Subject: [PATCH] code: avoid inline code to display above sticky table headers #1035 --- assets/css/theme.css | 1 + layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 0d92837af8..6ca6b79a01 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1017,6 +1017,7 @@ tr:has(th) { background-color: var(--INTERNAL-MAIN-BG-color); position: sticky; top: -1px; + z-index: 110; } div.highlight > div td { border-width: 0; diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 6b0e58e78f..c146c13e01 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.4.1 \ No newline at end of file +7.4.1+68220ad15a241c2305244bd51ece487a68c267ca \ No newline at end of file