Having integrated PayPal buttons on my Magento website, I am facing an issue where the buttons have their CSS classes inline. This causes them to overlap other elements on the page when scrolling.
For instance, as I scroll down, the PayPal button overlaps the fixed header of the site. Despite trying different tactics such as adjusting positioning and z-index, I have only been able to alter the size of the button.
Due to the inline styles, I am unable to modify the natural position of the button on the page. Is there a clever way or workaround to ensure that the PayPal button is positioned naturally within the page flow?
I would greatly appreciate any suggestions or assistance in resolving this overlapping issue, as it is disrupting other important elements on the site. Thank you!