Title: Clickable background issue
Last modified: December 4, 2018

---

# Clickable background issue

 *  Resolved [Henry](https://wordpress.org/support/users/henrybaum/)
 * (@henrybaum)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/clickable-background-issue/)
 * Hi, I’m using this CSS to make the side cart the size of the # of orders:
 * .xoo-wsc-body {
    height: auto !important; }
 * .xoo-wsc-footer {
    position: relative; }
 * .xoo-wsc-container {
    background-color: transparent; overflow: auto; }
 * When this is activated, the space below the side cart doesn’t click the cart 
   to close like the rest of the background. Is there any way around that?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [xootixsupport](https://wordpress.org/support/users/xootixsupport/)
 * (@xootixsupport)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/clickable-background-issue/#post-10943758)
 * Hi,
 * This should work
 *     ```
       .xoo-wsc-container {
           bottom: auto;
       }
       ```
   
 *  Thread Starter [Henry](https://wordpress.org/support/users/henrybaum/)
 * (@henrybaum)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/clickable-background-issue/#post-10949866)
 * Perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clickable background issue’ is closed to new replies.

 * ![](https://ps.w.org/side-cart-woocommerce/assets/icon-256x256.gif?rev=3217170)
 * [Side Cart Woocommerce | Woocommerce Cart](https://wordpress.org/plugins/side-cart-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/side-cart-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/side-cart-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/side-cart-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/side-cart-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/side-cart-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Henry](https://wordpress.org/support/users/henrybaum/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/clickable-background-issue/#post-10949866)
 * Status: resolved