Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Qode

    (@qodeinteractive)

    Hello,

    Thank you for reaching us!

    You can try adding scrollbar using custom css below:

    .elementor-widget-qi_addons_for_elementor_tabs_vertical {
    max-height: 200px;
    overflow-y: scroll;
    }

    It should be displayed like in the screenshot. You can adjust the max-height to the value that you need.

    Best,
    Qode

    Thread Starter Umberto

    (@umberto69)

    Hello,
    thanks for the CSS. I would like the scroll bar to be applied only to the left section, i.e. the title section. Or just make the text sticky. This is because the text that is generated by clicking would not remain visible if a title is clicked at the bottom, it would have to be scrolled every time to find it and it is not very pleasant. Is there any way to fix it?
    Vedi screenshot
    Greetings
    Umberto

    Plugin Author Qode

    (@qodeinteractive)

    You’re welcome.

    To add scroll just for the tabs you can use custom css below:

    .elementor-widget-qi_addons_for_elementor_tabs_vertical .qodef-tabs-vertical-navigation {
        max-height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    Unfortunately, it is not possible to position scrollbar left of the tabs.

    Do let us know if you need assistance with anything else.

    Best,
    Qode

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scroll bar in the Standard Vertical Tabs widget’ is closed to new replies.