How can I make 2 overlapping divs both scroll instead of just the one that is on top? Normally when you scroll it will only scroll the top most div since it is blocking the one under it. But I want both to scroll.
What I want seems very simple so I'm hoping it can be done without js, but if js is needed I'll still try it.