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 a1bdd3e commit fec720fCopy full SHA for fec720f
.vitepress/theme/components/FutureStar.vue
@@ -21,6 +21,7 @@ const starPath = `path("M 0 ${starSize / 2} l ${starSize * lengthRate} -${starSi
21
.future-star__container {
22
position: fixed;
23
width: calc(100vw + v-bind(starWidth * 2 + "px"));
24
+ min-width: calc(800px + v-bind(starWidth * 2 + "px"));
25
bottom: calc(100vh - 160px); /* fallback */
26
z-index: -1; /* fallback の場合にコンテンツの後ろに配置したいので-1 */
27
position-anchor: --future-title;
0 commit comments