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 a64c710 commit d835a64Copy full SHA for d835a64
docs/.vuepress/theme/components/Breadcrumbs.vue
@@ -42,6 +42,18 @@ export default {
42
}
43
</script>
44
45
+<style lang="stylus">
46
+// offset hash position for breadcrumb bar
47
+h1, h2, h3, h4, h5, h6
48
+ {$contentClass}:not(.custom) > &
49
+ margin-top (0.5rem - ($navbarHeight + $breadcrumbsHeight)) !important
50
+ padding-top $navbarHeight + $breadcrumbsHeight + 1rem !important
51
+
52
+.breadcrumbs.fixed + {$contentClass} {
53
+ padding-top: $breadcrumbsHeight - 0.5rem;
54
+}
55
+</style>
56
57
<style lang="stylus" scoped>
58
nav
59
border-bottom 1px solid #eaecef
0 commit comments