Hi,
Forge the example above and its issues i have purchased the pro version and make a setup here https://www.tktshub.com/events/christmas-event-in-the-city/, using a javascript to anchor to the section, its working fine with smooth on chrome and firefox but it doesn't scroll smoothly on safari or internet explorer.
Here is the javascript i use, can you merge it with the one you provided above ?
// this should work now
document.querySelector('#tickets').scrollIntoView({
behavior: 'smooth'
});