From 4150e1ced36b776d5c931032b1e368e587f1cf48 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Wed, 1 Apr 2026 17:12:07 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20lt-scanlines=20header=20overlap=20?= =?UTF-8?q?=E2=80=94=20move=20class=20off=20body=20to=20dedicated=20div?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit body::before and body::after are used for background grid/gradient effects. Adding lt-scanlines to body caused ::after conflict (higher specificity) and put the scanline overlay at z-index 9998, above the header at z-index 300. Move lt-scanlines to a dedicated fixed div so pseudo-elements don't conflict and the header remains fully visible. Co-Authored-By: Claude Sonnet 4.6 --- views/layout_header.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/layout_header.php b/views/layout_header.php index caf2133..b8eb2ed 100644 --- a/views/layout_header.php +++ b/views/layout_header.php @@ -55,7 +55,9 @@ $_lt_assetVer = $GLOBALS['config']['ASSET_VERSION'] ?? '20260329'; ], JSON_UNESCAPED_UNICODE | JSON_HEX_TAG) ?>; - + + + Skip to main content