I attempted to implement smoothscroll using a polyfill by adding the following code to the bottom of my body tag:
<script src="https://unpkg.com/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="e99a8486869d819a8a9b868585c4998685908f808585a9d9c7ddc7dd">[email protected]</a>/dist/smoothscroll.min.js"></script>
However, it appears that this didn't have any effect. It seems like I might be overlooking something. Is there additional setup required for smoothscroll functionality? Are there alternative vanilla JavaScript solutions for enabling smooth scrolling specifically on Safari?