Title: Quickview not scrolling
Last modified: May 4, 2022

---

# Quickview not scrolling

 *  Resolved [cryan200](https://wordpress.org/support/users/cryan200/)
 * (@cryan200)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/)
 * I have a bundled product in Woocommerce that can consist of 5 or 6 products. 
   Quickview for this item does not show all options within the window and scroll
   is not working. Is there a way that I can get the scroll to work within the window
   so customers can see the remaining bundle options and add to cart button? Thanks

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

 *  Plugin Support [Giuseppe Madaudo](https://wordpress.org/support/users/askmagic/)
 * (@askmagic)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15621902)
 * Hi there,
    could you share with me a link of the website where I can see the 
   issue? Thank you.
 *  Thread Starter [cryan200](https://wordpress.org/support/users/cryan200/)
 * (@cryan200)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15629772)
 * Hi its cgrtempsite2.com – thanks very much
 *  [Iván Sosa](https://wordpress.org/support/users/ivansosa/)
 * (@ivansosa)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15631975)
 * Hi there,
 * in which product can we find the problem?
    We’re looking at different products
   but I can’t find the problem.
 * Thank you.
 * Have a great day!
 *  Thread Starter [cryan200](https://wordpress.org/support/users/cryan200/)
 * (@cryan200)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15634714)
 * Hi there,
 * It’s the package deal product on this page : [https://cgrtempsite2.com/product-category/club-shop/pailis-na-greine-club-shop/](https://cgrtempsite2.com/product-category/club-shop/pailis-na-greine-club-shop/)
 * It’s a bundle item with options to select size for each product that’s part of
   the bundle.
    I can’t scroll on Mobile or desktop to see all items and can’t get
   to the add to cart button
 * Thanks very much for your help
 *  [Iván Sosa](https://wordpress.org/support/users/ivansosa/)
 * (@ivansosa)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15640101)
 * Hi there,
 * please, try to add this CSS rule in Appearance > Customize > Additional CSS:
 *     ```
       #yith-quick-view-content div.summary {
           overflow-y: scroll;
           height: 800px;
       }
   
       @media only screen and (max-width: 768px) {
           #yith-quick-view-content div.summary {
               overflow-y: scroll;
               height: 360px;
           }
       }
       ```
   
 * Let us know if that did the trick.
    Have a nice day!
 *  Thread Starter [cryan200](https://wordpress.org/support/users/cryan200/)
 * (@cryan200)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15642602)
 * Thank you very much! – that worked worked really well for most devices – but 
   for a tablet it stops scrolling when half the add to cart button is visible –
   I’ll play around with the css code you gave me and see if I can get it work for
   all devices. Thanks again for your help – it’s really appreciated !
 *  Plugin Support [Alessio Torrisi](https://wordpress.org/support/users/alessio91/)
 * (@alessio91)
 * [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15649837)
 * Hi there,
    you’re welcome, we were happy assist you. If our support satisfied
   you, we would be happy to receive a positive feedback [here](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/reviews/#new-post).
   Don’t hesitate contact us whenever you need.

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

The topic ‘Quickview not scrolling’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-quick-view/assets/icon-128x128.gif?rev=
   3193930)
 * [YITH WooCommerce Quick View](https://wordpress.org/plugins/yith-woocommerce-quick-view/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-quick-view/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/reviews/)

 * 7 replies
 * 4 participants
 * Last reply from: [Alessio Torrisi](https://wordpress.org/support/users/alessio91/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/quickview-not-scrolling/#post-15649837)
 * Status: resolved