i put ajax search pro in a fixed bar and when you scroll down there is an error in the visualization, ajax search pro overlaps itself as you can see here
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.