This commit is contained in:
SBD
2023-12-02 14:58:16 +03:00
parent f1d175fe84
commit aea501aedb

View File

@@ -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()