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 b7f4d71 commit f712052Copy full SHA for f712052
docs/.vitepress/theme/index.ts
@@ -97,5 +97,7 @@ export default {
97
app.component('UIVisibilityDemo', UIVisibilityDemo);
98
app.component('ItemSizeConfigurationDemo', ItemSizeConfigurationDemo);
99
}
100
+
101
+ requestAnimationFrame(() => void document.body.offsetHeight);
102
},
103
} satisfies Theme;
0 commit comments