From 27f40806b5db2b1306d74866858c8fb6003f785e Mon Sep 17 00:00:00 2001 From: ministicraft Date: Tue, 14 Apr 2026 01:08:38 +0200 Subject: [PATCH] fix: ensure blue strip stays on top with z-index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index cb47e49..5201069 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,7 @@ right: 0; height: 6px; background: var(--strip-color); + z-index: 10; } .reveal .slides section {