Skip to content

Commit

Permalink
vdoc: use directional overflow for search division (vlang#22914)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Nov 19, 2024
1 parent 3d302a6 commit 931a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/vdoc/theme/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ hr {
text-decoration: underline;
}
.doc-nav .search {
overflow: scroll;
overflow-y: auto;
}
.doc-nav .search.hidden {
display: none;
Expand Down

0 comments on commit 931a7e9

Please sign in to comment.