@t-p I apologize for the delay.. Apparently my last message didn’t go through for whatever reason.
This indeed fixed the issue, however I’ve seen multiple sites with this same theme activated that did not have the same problem (plus, I wanted to avoid rebuilding the site).. Some of these sites even had the same header as the one I’m using.
I did some digging and found a forum post of a dev that solved this issue by just hiding the overflow on the body element. I tried it out and it worked!
body {
overflow: hidden;
}
credit: https://stackoverflow.com/questions/39692337/div-scrolling-freezes-sometimes-if-i-use-webkit-overflow-scrolling
Still strange that this was an issue.. But at least I found a solution.
I appreciate your time!
-
This reply was modified 5 years, 9 months ago by tropexl.
-
This reply was modified 5 years, 9 months ago by tropexl.