0.0.353
This commit is contained in:
@@ -2291,6 +2291,7 @@
|
|||||||
width: 33%;
|
width: 33%;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
max-height: 83vh;
|
||||||
}
|
}
|
||||||
.handler_menu.left.close{
|
.handler_menu.left.close{
|
||||||
background: #FF613A;
|
background: #FF613A;
|
||||||
|
|||||||
@@ -487,6 +487,10 @@ function selectedUserMessenger (ticket_id=null,user_id=null){
|
|||||||
if (el && cont){
|
if (el && cont){
|
||||||
let el_pos = el.offsetTop
|
let el_pos = el.offsetTop
|
||||||
cont.scrollTop = el_pos
|
cont.scrollTop = el_pos
|
||||||
|
cont.scrollTo({
|
||||||
|
top: el_pos,
|
||||||
|
behavior: "smooth"
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
let user_type = getInfoAboutUser()
|
let user_type = getInfoAboutUser()
|
||||||
|
|||||||
Reference in New Issue
Block a user