-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
{
responsive: [
{ end: 576, size: 2 },
{ start: 576, end: 768, size: 3 },
{ size: 8 },
],
position: {
// Start from '1' on mounted.
start:0,
},
},
using the above snippet in the options does not move the starting postion. It is starting from a position such that there is no right scroll. That is in this case for a desktop env it is starting woth the last 8 elements. How can I make it start from 0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels