diff --git a/src/client/theme-default/components/VPSidebar.vue b/src/client/theme-default/components/VPSidebar.vue index b5d4cadf..62b6f5c8 100644 --- a/src/client/theme-default/components/VPSidebar.vue +++ b/src/client/theme-default/components/VPSidebar.vue @@ -89,7 +89,6 @@ watch( .VPSidebar { z-index: 1; padding-top: var(--vp-nav-height); - padding-bottom: 128px; width: var(--vp-sidebar-width); max-width: 100%; background-color: var(--vp-sidebar-bg-color);