mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
vdoc: use directional overflow for search division (#22914)
This commit is contained in:
parent
3d302a6dad
commit
931a7e9ab7
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ hr {
|
|||
text-decoration: underline;
|
||||
}
|
||||
.doc-nav .search {
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.doc-nav .search.hidden {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue