06.03.2025, 15:03
(06.03.2025, 14:54)admin Wrote: Remove from CSS:
Code:.layers {
overflow-y: auto;
}
Modify JS:
Code:doShowPlan = function(plan) {
visAutoWidth = scrolIds.indexOf(currentPlanId) >= 0
$('.layers').css('overflow-y', visAutoWidth ? 'auto' : 'hidden')
origDoShowPlan(plan)
}
Now I does not switch between plans....