I had previously set overflow-x to visible on the body element on a specific page and only at that specific page as recommended in one of your posts. This has worked fine up till now, no matter how i set it, the value resets to hidden. I need the overflow-x value to be visible as I’m working with a sticky element. The sticky element is working fine in the back-end but not in the front-end. On initial loading of the page it does work but within a second or so the page resets the overflow-x value.
Is it no longer possible to change overflow-x for a specific page?