I have a website that behaves wrongly on a page refresh, first one only.
Basically, I scroll down, refresh, and I'm not in the same position as before refresh. It jumps a bit up. Any other further refresh does not do it, that is, the behavior is as expected.
I searched around and only found some references to Ajax which I could not connect to my case. I also thought about delay I use for JS files, the "defer" instruction. That's all for now.
I wonder if anyone had a similar experience.
Thank you