Moves the keyboard shortcuts panel above and in front of the filmstrip.

This commit is contained in:
Boris Grozev 2016-06-22 10:17:08 -05:00
parent 09fb5e5667
commit 3cb7224df3
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#keyboard-shortcuts {
display: none;
position: absolute;
bottom: 20px;
bottom: 120px;
left: 20px;
overflow: hidden;
padding: 20px;
z-index: 1;
z-index: 5;
border-radius: 15px;
background-attachment: scroll;
background-size: auto auto;
@ -16,4 +16,4 @@
#keyboard-shortcuts .item-action {
color: #209EFF;
font-size: 14pt;
}
}