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 c02f2ff commit cad9915Copy full SHA for cad9915
dotcom-rendering/src/components/LoopVideo.stories.tsx
@@ -93,7 +93,7 @@ export const InteractionObserver: Story = {
93
render: (args) => (
94
<div data-testid="test-container">
95
<LoopVideo {...args} />
96
- <div style={{ height: '500px' }}></div>
+ <div style={{ height: '100vh' }}></div>
97
<p data-testid="page-end">End of page</p>
98
</div>
99
),
0 commit comments