This commit is contained in:
SBD
2023-11-30 14:13:25 +03:00
parent fbfdec2380
commit 3febf729b6

View File

@@ -536,8 +536,8 @@ function sendRoute(el, routeID = null){
} }
el_route.scrollIntoView({ el_route.scrollIntoView({
behavior:"smooth", behavior:"smooth",
block:'nearest', block:'start',
inline:'nearest' inline:'start'
}); });