This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Overlap on scroll

#28004
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

It is not actually the plugin causing the problem, but the elementor sticky element background is transparent. I suggest changing it’s background to white on the elementor editor. This custom CSS should also work:

.elementor-element-c307fb3 {
    background: white;
}

I still suggest rather changing the elementor container element background to white if possible.