diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 091a402..7e58997 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -536,8 +536,8 @@ function sendRoute(el, routeID = null){ } el_route.scrollIntoView({ behavior:"smooth", - block:'nearest', - inline:'nearest' + block:'start', + inline:'start' });