Fix the compatibility of the smooth scrolling in Safari

Safari(at least on v14) does not support CSS property `scroll-behavior`
This commit is contained in:
Cotes Chung
2020-12-27 14:24:43 +08:00
parent 081e77d462
commit aa6c33526a
5 changed files with 50 additions and 2 deletions

View File

@@ -17,3 +17,6 @@ layout: compress
{% include_relative _utils/img-hyperlink.js %}
{% include_relative _utils/lang-badge.js %}
{% comment %} `smooth-scroll.js` must be called after ToC is ready {% endcomment %}
{% include_relative _utils/smooth-scroll.js %}