summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/about.overview.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/pages/about.overview.vue')
-rw-r--r--packages/frontend/src/pages/about.overview.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/about.overview.vue b/packages/frontend/src/pages/about.overview.vue
index c19757f88f..e5e57c05c4 100644
--- a/packages/frontend/src/pages/about.overview.vue
+++ b/packages/frontend/src/pages/about.overview.vue
@@ -183,7 +183,7 @@ const initStats = () => misskeyApi('stats', {});
flex-shrink: 0;
display: flex;
position: sticky;
- top: calc(var(--stickyTop, 0px) + 8px);
+ top: calc(var(--MI-stickyTop, 0px) + 8px);
counter-increment: item;
content: counter(item);
width: 32px;