fix: ensure blue strip stays on top with z-index

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-14 01:08:38 +02:00
parent 8a11fde086
commit 27f40806b5

View File

@@ -38,6 +38,7 @@
right: 0; right: 0;
height: 6px; height: 6px;
background: var(--strip-color); background: var(--strip-color);
z-index: 10;
} }
.reveal .slides section { .reveal .slides section {