Title: Scrollable content in light box
Last modified: July 18, 2020

---

# Scrollable content in light box

 *  Resolved [milanmaster](https://wordpress.org/support/users/milanmaster/)
 * (@milanmaster)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/scrollable-content-in-light-box/)
 * Hello is possible to make content in light box scrollable?
 * We want on mobile to make scrollable content because description is long and 
   can’t see bottom of content.

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

 *  Thread Starter [milanmaster](https://wordpress.org/support/users/milanmaster/)
 * (@milanmaster)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/scrollable-content-in-light-box/#post-13140301)
 *     ```
       @media only screen and (max-width: 420px) {
       .yith-quick-view.yith-modal {
       	overflow-y:scroll;
       }
       .yith-wcqv-wrapper {
       	top:60px!important;
       	left:24px!important;
       }
       .yith-quick-view.yith-modal .yith-wcqv-wrapper {
           height: 88%!important;
       }
       }
       ```
   
 * Like this I’ve fixed this.
 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/scrollable-content-in-light-box/#post-13159834)
 * Hi there,
 * we are happy to hear that you have solved it! Good news!

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

The topic ‘Scrollable content in light box’ 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/)

## Tags

 * [Quick view](https://wordpress.org/support/topic-tag/quick-view/)

 * 2 replies
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/scrollable-content-in-light-box/#post-13159834)
 * Status: resolved