This commit is contained in:
2023-11-11 18:49:23 +03:00
parent c3be6d3e83
commit 4b74dd8f19
2 changed files with 5 additions and 0 deletions

View File

@@ -2291,6 +2291,7 @@
width: 33%;
background: #FFFFFF;
border-radius: 10px;
max-height: 83vh;
}
.handler_menu.left.close{
background: #FF613A;

View File

@@ -487,6 +487,10 @@ function selectedUserMessenger (ticket_id=null,user_id=null){
if (el && cont){
let el_pos = el.offsetTop
cont.scrollTop = el_pos
cont.scrollTo({
top: el_pos,
behavior: "smooth"
});
}
let user_type = getInfoAboutUser()