fix pause overlay
This commit is contained in:
parent
47ee25dd19
commit
1e0a2a7d4a
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue