User if (pageTopRef.current) { pageTopRef.current.scrollIntoView({ behavior: "smooth", // "auto" or "instant" are also valid block: "start", // "center", "end", or "nearest" are also valid inline: "nearest" // "start", "center", or "end" can also be used }); } please explain the block and inline properties
My health and neuroscience depends on the answer. Please help. is there a way to do a slight offset? i'm scrrolling to the first row of a table, but there's a sticky header, so when i scroll it's off by the sticky headers height
Yes, modifying the position after scrollToView seems to work. What setting do I need to use to make the scroll instant?
RELATED QUESTIONS
RELATED QUESTIONS
RELATED QUESTIONS