From 82f263a78ea496190fa28e5d966d895dd5cd32ae Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 14:12:17 +0200 Subject: fix(header): raise td z-index above matrix rain canvas overlays --- cgit.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cgit.css') 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 { -- cgit v1.2.3