Merge pull request #806 from BeatC/fix-help-dialog-behind-filmstrip
Change z-index of keyboard-shortcuts
This commit is contained in:
commit
6329271731
|
@ -5,7 +5,7 @@
|
|||
left: 20px;
|
||||
overflow: hidden;
|
||||
padding: 20px;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
border-radius: 15px;
|
||||
background-attachment: scroll;
|
||||
background-size: auto auto;
|
||||
|
|
Loading…
Reference in New Issue