1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-13 01:54:21 +02:00

fix z-index

This commit is contained in:
tobi-or-not-tobi
2025-03-24 08:56:11 +01:00
parent 7a62643c6a
commit 0121173213
2 changed files with 3 additions and 3 deletions

View File

@@ -1073,7 +1073,7 @@ $controlsArrowAngleActive: 36deg;
background: black; background: black;
visibility: hidden; visibility: hidden;
opacity: 0; opacity: 0;
z-index: 99; z-index: 100;
transition: all 1s ease; transition: all 1s ease;
} }
@@ -1456,7 +1456,7 @@ $controlsArrowAngleActive: 36deg;
bottom: var(--r-overlay-margin); bottom: var(--r-overlay-margin);
left: var(--r-overlay-margin); left: var(--r-overlay-margin);
border-radius: min( var(--r-overlay-margin), 6px ); border-radius: min( var(--r-overlay-margin), 6px );
z-index: 1000; z-index: 99;
background: rgba( 0, 0, 0, 0.95 ); background: rgba( 0, 0, 0, 0.95 );
backdrop-filter: blur( 10px ); backdrop-filter: blur( 10px );
transition: all 0.3s ease; transition: all 0.3s ease;

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long