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 909447e commit c77020cCopy full SHA for c77020c
stories/getStory.tsx
@@ -28,6 +28,8 @@ export function getStoryFactory<Props extends Record<string, any>>(params: {
28
29
const Component: any = Object.entries(wrappedComponent).map(([, component]) => component)[0];
30
31
+ document.documentElement.style.overflowY = "scroll";
32
+
33
const Template: Story<
34
Props & {
35
darkMode: boolean;
0 commit comments