I have integrated paypal mini-cart into my website but for some reason it is not on top, I have changed the z-index to as high as possible and still no result.
It seems to be over everything except the text in the navigation bar (e.g HOME etc) and when the class=current it seems to override it too.
Any help on how to solve this would be hugely appreciated!
When you add an option to cart then resize the window so the cart overlaps the navigation area
The problem is the following in your stylesheet:
Your
z-indexis placing the menu over the paypal cart. Removing this z-index will solve your issues. Well it did at least for me disabling the property in my Chrome debugger.