Skip to content

Commit

Permalink
fix(banner): prevent hidden local nav on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 25, 2022
1 parent 88f4359 commit 63449ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPLocalNav.vue
Expand Up @@ -48,7 +48,7 @@ function scrollToTop() {
width: 100%;
background-color: var(--vp-c-bg);
transition: border-color 0.5s, background-color 0.5s;
margin-top: var(--vp-layout-top-height, 0px);
padding-top: var(--vp-layout-top-height, 0px);
}
@media (min-width: 960px) {
Expand Down

0 comments on commit 63449ca

Please sign in to comment.