We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e960eb7 commit 271580dCopy full SHA for 271580d
2 files changed
packages/docs-site/src/App.vue
@@ -1,8 +1,9 @@
1
<template lang="pug">
2
-I18n
3
-div(v-is="layout")
4
-PageProgressBar
5
-HTMLHead
+.app-inner
+ I18n
+ div(v-is="layout")
+ PageProgressBar
6
+ HTMLHead
7
</template>
8
9
<script lang="ts">
packages/docs-site/src/layouts/default_layout.vue
@@ -148,6 +148,10 @@
148
$h: 48px;
149
height: $h;
150
line-height: $h;
151
+ position: sticky;
152
+ top: 0;
153
+ background: #fff;
154
+ z-index: 1;
155
}
156
.mobile-main-title {
157
font-size: 1.3em;
0 commit comments