diff options
author | amzrk2 | 2020-06-10 10:00:56 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-10 10:00:56 +0800 |
commit | 84627a3eaca5434605490ec1cf4cee3712eaaffe (patch) | |
tree | aab7dfe4f1543ca53c38ec9cc4d0897905326dd0 /assets/scss/_global.scss | |
parent | 12aefd99608907bb1fbc834433776bf507edfee5 (diff) | |
parent | 7febbea968866d395f96d5bf89e057dd57989906 (diff) | |
download | hugo-theme-fuji-84627a3eaca5434605490ec1cf4cee3712eaaffe.tar.gz hugo-theme-fuji-84627a3eaca5434605490ec1cf4cee3712eaaffe.tar.bz2 hugo-theme-fuji-84627a3eaca5434605490ec1cf4cee3712eaaffe.zip |
Merge branch 'BayuAngora-patch-1' into dev
Diffstat (limited to 'assets/scss/_global.scss')
-rw-r--r-- | assets/scss/_global.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/scss/_global.scss b/assets/scss/_global.scss index bca74b3..0c47ac2 100644 --- a/assets/scss/_global.scss +++ b/assets/scss/_global.scss @@ -5,12 +5,14 @@ // sticky footer html { height: 100%; + scroll-behavior: smooth; } body { display: flex; flex-direction: column; height: 100%; + scroll-behavior: smooth; } main { |