Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 28, 2024
1 parent a1bdd3e commit fec720f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/theme/components/FutureStar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const starPath = `path("M 0 ${starSize / 2} l ${starSize * lengthRate} -${starSi
.future-star__container {
position: fixed;
width: calc(100vw + v-bind(starWidth * 2 + "px"));
min-width: calc(800px + v-bind(starWidth * 2 + "px"));
bottom: calc(100vh - 160px); /* fallback */
z-index: -1; /* fallback の場合にコンテンツの後ろに配置したいので-1 */
position-anchor: --future-title;
Expand Down

0 comments on commit fec720f

Please sign in to comment.