vdoc: fix scrollspy and initial keyboard navigability (#19017)

This commit is contained in:
Turiiya 2023-07-31 16:38:25 +02:00 committed by GitHub
parent 81e99a2af3
commit 9750061d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -98,7 +98,6 @@ body {
height: 100%;
padding-top: 56px;
box-sizing: border-box;
overflow: hidden;
}
/** Reset for menus */
@ -349,7 +348,6 @@ body {
/* Main content */
.doc-scrollview {
height: 100%;
overflow-y: scroll;
}
.doc-container {
display: flex;
@ -649,8 +647,6 @@ pre {
position: -webkit-sticky;
align-self: flex-start;
top: 56px;
height: auto;
height: 100vh;
min-width: 200px;
width: auto;
max-width: 300px;