Skip to content

Commit cad9915

Browse files
committed
The gap between the video and the bottom of the page needs to be higher
1 parent c02f2ff commit cad9915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LoopVideo.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const InteractionObserver: Story = {
9393
render: (args) => (
9494
<div data-testid="test-container">
9595
<LoopVideo {...args} />
96-
<div style={{ height: '500px' }}></div>
96+
<div style={{ height: '100vh' }}></div>
9797
<p data-testid="page-end">End of page</p>
9898
</div>
9999
),

0 commit comments

Comments
 (0)