• Resolved jcpacelli

    (@jcpacelli)


    Is it possible to hide the scrollbar in the lightbox for the description? Tried this:
    .mCustomScrollBox>.mCSB_scrollTools{display:none!important;}
    but that doesn’t seem to be working.

Viewing 1 replies (of 1 total)
  • Hello, @jcpacelli!

    Thank you for posting your question!
    Could you please try with the following code instead?

    .wdi_image_info .mCustomScrollBox .mCSB_scrollTools {
        display: none !important;
    }

    Let us know if this works.
    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Scrollbar’ is closed to new replies.