Skip to content

Commit 51fa83d

Browse files
authored
vdoc: prevent main-content outline with certain devices / browsers (#19304)
1 parent 92b551f commit 51fa83d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/tools/vdoc/theme/doc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,9 @@ body {
358358
}
359359

360360
/* Main content */
361+
#main-content {
362+
outline: none;
363+
}
361364
.doc-scrollview {
362365
height: 100%;
363366
overflow-y: scroll;

0 commit comments

Comments
 (0)