jeffharrell / minicart

The minicart is a great way to improve your PayPal shopping cart integration.
MIT License
501 stars 211 forks source link

Issues with Cart appearing behind most website items. #281

Open OMGLent opened 8 years ago

OMGLent commented 8 years ago

I have it working although it makes my website like 30x wider and appears behind everything on the website besides the background...

kunalrrv commented 8 years ago

i think you should set the z-index to the cart to bring it to the front.

jgbrown54 commented 1 year ago

Add this line under the paypal.minicart.render(); document.getElementById("PPMiniCart").style="z-index: 100;";