mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-04-21 04:52:14 +02:00
fix pause overlay
This commit is contained in:
parent
47ee25dd19
commit
1e0a2a7d4a
@ -1073,7 +1073,7 @@ $controlsArrowAngleActive: 36deg;
|
||||
background: black;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
z-index: 100;
|
||||
z-index: 10001;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
|
||||
|
@ -190,7 +190,7 @@ export default class Keyboard {
|
||||
}
|
||||
}
|
||||
|
||||
if( this.Reveal.isOverlayOpen() && !['Escape', 'f', 'c'].includes(event.key) ) {
|
||||
if( this.Reveal.isOverlayOpen() && !["Escape", "f", "c", "b", "."].includes(event.key) ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user