From 4b74dd8f19ce3f88ca6e3f65447f1be5c5884f8c Mon Sep 17 00:00:00 2001 From: borissedw Date: Sat, 11 Nov 2023 18:49:23 +0300 Subject: [PATCH] 0.0.353 --- static/css/styles(boris).css | 1 + static/js/user_profile_2.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 453cb1c..45fe68d 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2291,6 +2291,7 @@ width: 33%; background: #FFFFFF; border-radius: 10px; + max-height: 83vh; } .handler_menu.left.close{ background: #FF613A; diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 2858925..3fba408 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -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()