mirror of
https://github.com/searxng/searxng
synced 2024-11-09 01:10:26 +00:00
10 lines
175 B
CSS
10 lines
175 B
CSS
|
.vim-hotkeys-help {
|
||
|
position: fixed;
|
||
|
top: 50%;
|
||
|
left: 50%;
|
||
|
transform: translate(-50%, -50%);
|
||
|
z-index: 9999999;
|
||
|
overflow-y: auto;
|
||
|
max-height: 80%;
|
||
|
}
|