• Resolved morris373

    (@morris373)


    Hi
    How can we have scroll bars showing on Tabbed pages? It only works on mobile devices but I want them on all the time as it’s making the web page longer.

    Kind regards

    Morris

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Morris,

    unfortunately, there’s no such option.

    Thread Starter morris373

    (@morris373)

    Hi Vladimir
    Could you look into it and add it as an option please?

    Cheers

    Morris

    Plugin Author Vova

    (@gn_themes)

    Hi Morris,

    I’m not sure the other users will need this.

    You can easily create scrollable containers yourself by just wrapping your content with the following markup:

    <div style="max-height: 300px; overflow-y: auto;">
    
    ... scrollable content goes here ...
    
    </div>

    See how it works: https://codepen.io/gndev/pen/WNQJgzb

    Thread Starter morris373

    (@morris373)

    Hi Vladimir
    I don’t know but some people might want the tabs scrollable.

    Anyhow, your suggestion works great so I will use that.

    Cheers

    Morris

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

The topic ‘Scroll Bars on Tabbed pages’ is closed to new replies.