mirror of
https://github.com/vlang/v.git
synced 2025-09-09 23:39:39 -04:00
vdoc: prevent main-content outline with certain devices / browsers (#19304)
This commit is contained in:
parent
92b551f277
commit
51fa83dbbd
@ -358,6 +358,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Main content */
|
/* Main content */
|
||||||
|
#main-content {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
.doc-scrollview {
|
.doc-scrollview {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user