Skip to content

Commit be26233

Browse files
authored
vdoc: fix scrolling on keyboard select in search results with overflow (#22352)
1 parent 10c7a75 commit be26233

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/tools/vdoc/theme/doc.css

+3
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ hr {
311311
.doc-nav > .content a:hover {
312312
text-decoration: underline;
313313
}
314+
.doc-nav .search {
315+
overflow: scroll;
316+
}
314317
.doc-nav .search.hidden {
315318
display: none;
316319
}

0 commit comments

Comments
 (0)