vdoc: prevent main-content outline with certain devices / browsers (#19304)

This commit is contained in:
Turiiya 2023-09-08 06:54:48 +02:00 committed by GitHub
parent 92b551f277
commit 51fa83dbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,6 +358,9 @@ body {
}
/* Main content */
#main-content {
outline: none;
}
.doc-scrollview {
height: 100%;
overflow-y: scroll;