1
0
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:
Turiiya 2023-08-01 06:11:44 +02:00 committed by GitHub
parent f4c2ecfaa9
commit 5061aeee64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,6 +644,7 @@ pre {
position: relative; position: relative;
/* IE11 */ /* IE11 */
position: sticky; position: sticky;
height: 100vh;
position: -webkit-sticky; position: -webkit-sticky;
align-self: flex-start; align-self: flex-start;
top: 56px; top: 56px;