Viewing 3 replies - 1 through 3 (of 3 total)
  • @zbojnik
    Please do not jump into other topics and detract from their problem. If the troubleshooting already posted made no difference for you, then, as per the Forum FAQ, please post your own topic. A lot more people will see your post, and that way you stand a good chance of getting the assistance you want. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole. Your post will be archived.

    Plugin Author ays-pro

    (@ays-pro)

    Hi Dear @namgostar,

    Thank you for your topic.

    Please copy the following CSS and paste it into the Custom CSS field of the given popup.

    div.ays-pb-modals div.ays-pb-modal {
        padding-right: 0px;
        padding-top: 30px;
        overflow: hidden !important;
    }
    div.ays-pb-modals div.ays-pb-modal .ays_content_box {
        overflow: hidden;
        overflow-y: auto;
        height: 560px;
        padding-left: 10px;
    }
    div.ays-pb-modals div.ays-pb-modal .ays_content_box::-webkit-scrollbar-thumb{
        background-color: #393939;
    }
    div.ays-pb-modals div.ays-pb-modal .ays_content_box::-webkit-scrollbar-track-piece {
        background: #CDCBCB;
    }

    This custom CSS refers to all the popups of the page, meaning you can put it in one of them and all the popups will get the visible scroll bar. But, if you want to change only one popup of the page, please replace div.ays-pb-modal with
    div.ays-pb-modal_YOUR_POPUP_ID

    And write down the corresponding popup ID, e.g. 3, in the place of YOUR_POPUP_ID

    Let me know about the outcome!

    Thanks.

    Thread Starter namgostar

    (@namgostar)

    The code worked perfectly! Exactly what I wanted. Thank you so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add visible scroll bar’ is closed to new replies.