mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +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%;
|
|
}
|