From 868e6f190d16c46fa4d8dc708af07ad1562af451 Mon Sep 17 00:00:00 2001 From: Rebecca Mathews Date: Mon, 31 Oct 2022 20:45:38 +0530 Subject: [PATCH] Smooth transition in back to top button --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 3ca10d4..7562daf 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,9 @@ @import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); +body { + scroll-behavior: smooth; +} + /* Center the loader */ #loader {