vim_hotkeys.css 175 B

123456789
  1. .vim-hotkeys-help {
  2. position: fixed;
  3. top: 50%;
  4. left: 50%;
  5. transform: translate(-50%, -50%);
  6. z-index: 9999999;
  7. overflow-y: auto;
  8. max-height: 80%;
  9. }