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%;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user