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

View File

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