I want to run a simple scroll script
window.scrollBy({
top: -80, // could be negative value
left: 0,
behavior: 'smooth'
});
When I click/tap in the quoted post link and the quoted post is in the same page with the link ...
Normal behavior is phpBB to scroll up until the quoted post ... I want to go up a bit further.
Any idea how to achieve this ?