Hey @arminunruh
I’m building a new site that has full screen navigation scrolling. I’ve anchored all the different full browser height rows for click scrolling.
However, what I’d like to do taking it a step further is in certain full screen rows, have a text box header ‘fixed’ in the centre but to only appear when you scroll to that row. So it stays in place while scroll continues but only on that specific row. I worked out how to fix the text box in centre but can’t hide it under other rows. I tried to do it by z-index so the fixed text would be there but underneath the other rows until you scroll to the row it’s intended to be, but no joy. Is there a way to do it in html and css or do I need JavaScript? Seems that way to me. Any advise would be much appreciated.
Hope this makes sense!
Thanks.