mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vdoc: fix toc height (accidental height removal in 9750061) (#19023)
This commit is contained in:
parent
f4c2ecfaa9
commit
5061aeee64
@ -644,6 +644,7 @@ pre {
|
||||
position: relative;
|
||||
/* IE11 */
|
||||
position: sticky;
|
||||
height: 100vh;
|
||||
position: -webkit-sticky;
|
||||
align-self: flex-start;
|
||||
top: 56px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user