summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-05-08 14:12:17 +0200
committerDanilo M. <danix@danix.xyz>2026-05-08 14:12:17 +0200
commit82f263a78ea496190fa28e5d966d895dd5cd32ae (patch)
treed1dbea2c79c1f78f8938d89c5ee054e19e46a74e
parentc43a6d226c09af2a1bf85440adc663e123f08a6b (diff)
downloadcgit-theme-danix-82f263a78ea496190fa28e5d966d895dd5cd32ae.tar.gz
cgit-theme-danix-82f263a78ea496190fa28e5d966d895dd5cd32ae.zip
fix(header): raise td z-index above matrix rain canvas overlays
-rw-r--r--cgit.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 66272a1..b612efb 100644
--- a/cgit.css
+++ b/cgit.css
@@ -103,6 +103,8 @@ table#header td {
vertical-align: middle;
border: none;
background: transparent;
+ position: relative;
+ z-index: 2;
}
table#header td.logo {