Hi everyone!
I'm trying to make a title sticking at the top of the browser after scrolling down.
I don't want to use "position: fixed" because I'd like the title to scroll a little bit up from its original position.
I've wrapped the text element in a custom id in the editor, and i'm using "position: sticky" in css, but the title is still scrolling out of the page. Also tried to do this just on the text element with the title, and on the entire row, but nothing works.
Any suggestions?
Thank you!
F
Edit: I'm using Chrome 68 on Mac, but I experienced the same problem on Safari and Firefox too.