Skip to content

Commit fec720f

Browse files
committed
fix
1 parent a1bdd3e commit fec720f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vitepress/theme/components/FutureStar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const starPath = `path("M 0 ${starSize / 2} l ${starSize * lengthRate} -${starSi
2121
.future-star__container {
2222
position: fixed;
2323
width: calc(100vw + v-bind(starWidth * 2 + "px"));
24+
min-width: calc(800px + v-bind(starWidth * 2 + "px"));
2425
bottom: calc(100vh - 160px); /* fallback */
2526
z-index: -1; /* fallback の場合にコンテンツの後ろに配置したいので-1 */
2627
position-anchor: --future-title;

0 commit comments

Comments
 (0)