mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vdoc: fix scrollspy and initial keyboard navigability (#19017)
This commit is contained in:
parent
81e99a2af3
commit
9750061d70
@ -98,7 +98,6 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding-top: 56px;
|
padding-top: 56px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Reset for menus */
|
/** Reset for menus */
|
||||||
@ -349,7 +348,6 @@ body {
|
|||||||
/* Main content */
|
/* Main content */
|
||||||
.doc-scrollview {
|
.doc-scrollview {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
.doc-container {
|
.doc-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -649,8 +647,6 @@ pre {
|
|||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
top: 56px;
|
top: 56px;
|
||||||
height: auto;
|
|
||||||
height: 100vh;
|
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
Loading…
Reference in New Issue
Block a user