1html {
2 scroll-behavior: smooth;
3}
4
5/* No support in IE, or Safari
6You can use this JS polyfill for those */
7http://iamdustan.com/smoothscroll/
8
1<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/16.1.0/smooth-scroll.min.js"></script>