diff options
Diffstat (limited to 'assets')
-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 { |