mirror of
https://github.com/vlang/v.git
synced 2025-09-09 15:27:05 -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 {
|
||||
outline: none;
|
||||
}
|
||||
.doc-scrollview {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
|
Loading…
x
Reference in New Issue
Block a user