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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user