0.0.353
This commit is contained in:
@@ -2291,6 +2291,7 @@
|
||||
width: 33%;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
}
|
||||
.handler_menu.left.close{
|
||||
background: #FF613A;
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user