Hi,
I’ve an issue with the Scroll to Top anchor. Despite being active, it’s not working since yesterday.
Checking the page I’ve seen there’s a :root* that hides my anchor. I really don’t know what could it be. I checked all my recent modifications and there’s nothing that comes to conflict with the anchor. I don’t know how to override the display:hidden style because the :root always change name at every refresh.
For example (i’m also attaching a screen):
now is
:root *[ppja786][hidden] {
display: none !important;
}
the previous refresh was :root *[xxx][hidden] where x are variables.
What can I do to fix this?
Thanks in advance