• Resolved milanmaster

    (@milanmaster)


    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

    (@milanmaster)

    @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

    (@yithemes)

    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.