diff --git a/css/keyboard-shortcuts.css b/css/keyboard-shortcuts.css index 1bf69391d..b9d316f9a 100644 --- a/css/keyboard-shortcuts.css +++ b/css/keyboard-shortcuts.css @@ -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; -} \ No newline at end of file +}