Skip to content

Commit ffd5b96

Browse files
committed
(fix) intersection root margin
1 parent 64b6a30 commit ffd5b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/RoomsList/RoomsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default {
152152
153153
const options = {
154154
root: document.getElementById('rooms-list'),
155-
rootMargin: '100px',
155+
rootMargin: '60px',
156156
threshold: 0
157157
}
158158

0 commit comments

Comments
 (0)