mirror of
https://github.com/vlang/v.git
synced 2025-09-10 07:47:20 -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;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.doc-nav .search {
|
.doc-nav .search {
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.doc-nav .search.hidden {
|
.doc-nav .search.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user