mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
vdoc: fix scrolling on keyboard select in search results with overflow (#22352)
This commit is contained in:
parent
10c7a75c2d
commit
be26233670
1 changed files with 3 additions and 0 deletions
|
@ -311,6 +311,9 @@ hr {
|
||||||
.doc-nav > .content a:hover {
|
.doc-nav > .content a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
.doc-nav .search {
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
.doc-nav .search.hidden {
|
.doc-nav .search.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue