From 3febf729b679e247e629a9d1103a21e871e6b80b Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 30 Nov 2023 14:13:25 +0300 Subject: [PATCH] 0.8.441 --- static/js/user_profile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 091a402..7e58997 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -536,8 +536,8 @@ function sendRoute(el, routeID = null){ } el_route.scrollIntoView({ behavior:"smooth", - block:'nearest', - inline:'nearest' + block:'start', + inline:'start' });