From aea501aedb839304e6b796d155e41c9fee4b41e1 Mon Sep 17 00:00:00 2001 From: SBD Date: Sat, 2 Dec 2023 14:58:16 +0300 Subject: [PATCH] 0.8.447 --- static/js/user_profile_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index de49966..0ab75e5 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: "center", + block: "start", inline: "nearest" }) middleWareJS()