fix: Add overflow-y scroll to root css of docs

This commit is contained in:
Faruk AYDIN
2022-11-04 23:46:59 +01:00
parent a8c8efb4bd
commit 8d2cac5018

View File

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