Update VPSidebar.vue

Reduce excessive padding-bottom which causes scrollbars to appear
pull/4266/head
Erwin Heldy 12 months ago committed by GitHub
parent 3e8fc40c36
commit bdc61522f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -71,7 +71,7 @@ watch(
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: var(--vp-z-index-sidebar); z-index: var(--vp-z-index-sidebar);
padding: 32px 32px 96px; padding: 32px;
width: calc(100vw - 64px); width: calc(100vw - 64px);
max-width: 320px; max-width: 320px;
background-color: var(--vp-sidebar-bg-color); background-color: var(--vp-sidebar-bg-color);

Loading…
Cancel
Save