We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cac45 commit 4485782Copy full SHA for 4485782
.vitepress/theme/components/VueMasteryBanner.vue
@@ -279,22 +279,7 @@ onMounted(() => {
279
</style>
280
281
<style>
282
-html.vuemastery-menu-fixed .VPNav {
283
- top: 70px;
284
-}
285
-
286
-html.vuemastery-menu-fixed {
287
- scroll-padding-top: 134px;
288
- overflow: auto;
289
290
291
html.vuemastery-menu-fixed {
292
- margin-top: 72px;
293
294
295
-@media (max-width: 960px) {
296
- html.vuemastery-menu-fixed .VPNav {
297
- top: 0;
298
- }
+ --vt-banner-height: 70px;
299
}
300
0 commit comments