diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 1949ab5..de49966 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -58,7 +58,7 @@ function select_tab_profile (el,url,owner_type=null) { let header = document.querySelector("header") header.scrollIntoView({ behavior: "smooth", - block: "end", + block: "center", inline: "nearest" }) middleWareJS()