Merge pull request #806 from BeatC/fix-help-dialog-behind-filmstrip

Change z-index of keyboard-shortcuts
This commit is contained in:
yanas 2016-08-25 14:15:57 -05:00 committed by GitHub
commit 6329271731
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
left: 20px; left: 20px;
overflow: hidden; overflow: hidden;
padding: 20px; padding: 20px;
z-index: 1; z-index: 10;
border-radius: 15px; border-radius: 15px;
background-attachment: scroll; background-attachment: scroll;
background-size: auto auto; background-size: auto auto;