diff --git a/index.html b/index.html index 5201069..d4bdc23 100644 --- a/index.html +++ b/index.html @@ -29,16 +29,16 @@ --strip-color: var(--ods-blue-500); } - /* Blue accent strip — pseudo-element doesn't interfere with Reveal.js layout */ - .reveal .slides section::before { - content: ''; - position: absolute; + /* Blue accent strip — fixed outside Reveal.js, always visible */ + .top-strip { + position: fixed; top: 0; left: 0; right: 0; height: 6px; background: var(--strip-color); - z-index: 10; + z-index: 50; + pointer-events: none; } .reveal .slides section { @@ -96,6 +96,7 @@
+