vdoc: fix scrolling on keyboard select in search results with overflow (#22352)

This commit is contained in:
Turiiya 2024-09-29 18:17:26 +02:00 committed by GitHub
parent 10c7a75c2d
commit be26233670
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,6 +311,9 @@ hr {
.doc-nav > .content a:hover {
text-decoration: underline;
}
.doc-nav .search {
overflow: scroll;
}
.doc-nav .search.hidden {
display: none;
}