Skip to content

Commit

Permalink
vdoc: fix scrolling on keyboard select in search results with overflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Sep 29, 2024
1 parent 10c7a75 commit be26233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/tools/vdoc/theme/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ hr {
.doc-nav > .content a:hover {
text-decoration: underline;
}
.doc-nav .search {
overflow: scroll;
}
.doc-nav .search.hidden {
display: none;
}
Expand Down

0 comments on commit be26233

Please sign in to comment.