Skip to content

Commit e355456

Browse files
committed
increase root margin
1 parent ef9b9a0 commit e355456

File tree

1 file changed

+1
-1
lines changed
  • src/components/design-library-list

1 file changed

+1
-1
lines changed

src/components/design-library-list/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const DesignLibraryItem = props => {
121121
} )
122122
}, {
123123
root: rootEl,
124-
rootMargin: '250px',
124+
rootMargin: '500px',
125125
threshold: 0,
126126
} )
127127

0 commit comments

Comments
 (0)