Moves the keyboard shortcuts panel above and in front of the filmstrip.
This commit is contained in:
parent
09fb5e5667
commit
3cb7224df3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue