fix: sidebar group width not alined when scroll bar is visible

pull/659/head
Kia Ishii 2 years ago
parent 99246762c6
commit bae47f7082

@ -114,6 +114,7 @@ watchPostEffect(async () => {
@media (min-width: 960px) {
.group {
padding-top: 10px;
width: calc(var(--vp-sidebar-width) - 64px);
}
.group + .group {

Loading…
Cancel
Save