mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
vdoc: use directional overflow for search division (#22914)
This commit is contained in:
parent
3d302a6dad
commit
931a7e9ab7
@ -312,7 +312,7 @@ hr {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.doc-nav .search {
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.doc-nav .search.hidden {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user