overflow:scroll
to my project, but this invalidates the script that leaves div
marker
fixed on top until it reaches the next div
.
If you take the overflow: scroll from css in .divContexto
the code works correctly with the .marker
div getting fixed at the top of the div context when scrolling the page. But as they will have several blocks in the page that I will create I need to make it work even with overflow:scroll
.
Could someone help me solve the problem?