diff --git a/web/static/css/style.css b/web/static/css/style.css index 178ea82..0e5e9a1 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -4,6 +4,10 @@ box-sizing: border-box; } +html { + scroll-behavior: smooth; +} + /* Body styling */ body { font-family: Arial, sans-serif; diff --git a/web/templates/edit_user.html b/web/templates/edit_user.html index 7c9c9f4..641c823 100644 --- a/web/templates/edit_user.html +++ b/web/templates/edit_user.html @@ -27,7 +27,6 @@