Skip to content

Commit eff7ec0

Browse files
heygscposva
andauthored
docs: style error caused by banner (#2099)
* docs: style error caused by banner * Update packages/docs/.vitepress/theme/components/VueMasteryBanner.vue --------- Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent 922d769 commit eff7ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/.vitepress/theme/components/VueMasteryBanner.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ onMounted(() => {
269269

270270
<style>
271271
html.vuemastery-menu-fixed {
272-
--vt-banner-height: 70px;
272+
--vp-layout-top-height: 70px;
273273
}
274274
html.vuemastery-menu-fixed .VPNav,
275275
html.vuemastery-menu-fixed .VPSidebar {
@@ -288,4 +288,4 @@ html.vuemastery-menu-fixed {
288288
top: 0;
289289
}
290290
}
291-
</style>
291+
</style>

0 commit comments

Comments
 (0)