Merge pull request #678 from automatisch/fix/overflow-docs
fix: Add overflow-y scroll to root css of docs
This commit is contained in:
@@ -114,3 +114,7 @@
|
|||||||
.dark .vp-doc .custom-block a {
|
.dark .vp-doc .custom-block a {
|
||||||
transition: color 0.25s;
|
transition: color 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user