Hello! I use Smooth Scrolling with the following code:
page "A" links[Узнать больше](price.html#yandex)
to page "B" where should be used Smooth Scrolling to a specific Element ID. On the "B" page, I had to create a button data-scrollto=
[ Вернуться назад](123.html#yandex-price)
because Smooth Scrolling does not work without it (probably it should be, nothing is said about this in the documentation https://docs.semicolonweb.com/docs/ page-elements/useful-snippets/)
I faced the following problem. When I go from page "A" to page "B", a block with id="yandex" on page "B" is immediately displayed, then there is a transition to the header, and only then Smooth Scrolling triggered to id="yandex".
When I go from page "B" to page "A", I am thrown into the header of page "B" and only then go to page "A"
