I have a problem with PayPal button on my Flatsome child WordPress theme. When scrolling down, the PayPal button stays over the sticky.
I tried to find a function in the theme to fix the problem, but no luck.
increase z-index of header part.
Try adding this css.
header#header {
z-index: 999;
}