Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    This plugin does not change the browser scrollbar but adds a scrollbar to HTML elements. So it may not be what you are looking for.

    However, you may try adding a scrollbar to the body tag. For that, try these steps.

    1. Go to Dashboard -> Appearance -> Scrollbars.
    2. Add a new item by clicking on the + button on the form container bar.
    3. In the new form container, set body to the Target Element Selector option.
    4. Set a desired height such as 800 px to the Element Height option.
    5. Save the options.

    At this point, the browser scrollbar may be visible. In order to hide it, follow these steps.

    1. GO to Dashboard -> Appearance -> Scrollbars -> Custom CSS.
    2. Set the following CSS rules and save.

    html {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }

    Thread Starter 1-jah

    (@1-jah)

    Thanks, I’ll give it a shot later tonight. I’ll let you know how it goes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Scroll bar Configurations’ is closed to new replies.