diff options
author | amzrk2 | 2020-06-10 09:50:08 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-10 09:50:08 +0800 |
commit | 7febbea968866d395f96d5bf89e057dd57989906 (patch) | |
tree | aab7dfe4f1543ca53c38ec9cc4d0897905326dd0 /assets/scss | |
parent | af60cd0d65d1976aad89b3f728f18db7cbddc29d (diff) | |
download | hugo-theme-fuji-7febbea968866d395f96d5bf89e057dd57989906.tar.gz hugo-theme-fuji-7febbea968866d395f96d5bf89e057dd57989906.tar.bz2 hugo-theme-fuji-7febbea968866d395f96d5bf89e057dd57989906.zip |
Fix Firefox scroll-behavior
Diffstat (limited to 'assets/scss')
-rw-r--r-- | assets/scss/_global.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/scss/_global.scss b/assets/scss/_global.scss index 992a4d6..0c47ac2 100644 --- a/assets/scss/_global.scss +++ b/assets/scss/_global.scss @@ -5,6 +5,7 @@ // sticky footer html { height: 100%; + scroll-behavior: smooth; } body { |