Open DrWarpMan opened 5 days ago
Closes #920
I think there is a native scrollIntoView method we could use: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView
scrollIntoView
logsElement.scrollIntoView({ block: 'nearest', inline: 'center', });
Closes #920