Skip to content

Commit

Permalink
fix: aside style error caused by banner (#2572)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
heygsc and brc-dd authored Nov 15, 2023
1 parent 07cac45 commit 4485782
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .vitepress/theme/components/VueMasteryBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,22 +279,7 @@ onMounted(() => {
</style>

<style>
html.vuemastery-menu-fixed .VPNav {
top: 70px;
}
html.vuemastery-menu-fixed {
scroll-padding-top: 134px;
overflow: auto;
}
html.vuemastery-menu-fixed {
margin-top: 72px;
}
@media (max-width: 960px) {
html.vuemastery-menu-fixed .VPNav {
top: 0;
}
--vt-banner-height: 70px;
}
</style>

0 comments on commit 4485782

Please sign in to comment.