I am building an e-commerce site and need some help to disable the already built in click event of the cart wrapper? Essentially I would like the cart to open and the body to stop scrolling which I have been able to do, however when the user clicks on the fixed wrapper outside of the cart container, the container automatically closes - which I would like to disable so the only way to close the cart is by clicking the close icon. Does anyone have an idea how to do this?