Skip to content

Commit ef6d8d1

Browse files
authored
fix(theme): remove double padding from sidebar
closes #3228
1 parent 85bd7e8 commit ef6d8d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/client/theme-default/components/VPSidebar.vue

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ watch(
8989
.VPSidebar {
9090
z-index: 1;
9191
padding-top: var(--vp-nav-height);
92-
padding-bottom: 128px;
9392
width: var(--vp-sidebar-width);
9493
max-width: 100%;
9594
background-color: var(--vp-sidebar-bg-color);

0 commit comments

Comments
 (0)