Merge pull request #678 from automatisch/fix/overflow-docs

fix: Add overflow-y scroll to root css of docs
This commit is contained in:
Ömer Faruk Aydın 2022-11-04 23:52:25 +01:00 committed by GitHub
commit df3bf4ce11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,3 +114,7 @@
.dark .vp-doc .custom-block a {
transition: color 0.25s;
}
:root {
overflow-y: scroll;
}