Skip to content

Commit 2abc8eb

Browse files
committed
fix: BodyScrollbar
1 parent 69eb489 commit 2abc8eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/.vitepress/components/BodyScrollbar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,7 @@ body:not(.mobile):-webkit-scrollbar {
177177
}
178178
html:not(.mobile) {
179179
scrollbar-width: none;
180+
width: 100vw;
181+
height: 100vh;
180182
}
181183
</style>

0 commit comments

Comments
 (0)