Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • flipsidedesigns Friend
    #145133

    Hello, I am using JA tabs / JA tube and want to know if it is possible, and how I could have a tabbed panel that is a fixed height, and when the content is longer than the height of the panel, a scrollbar would appear?

    I tried doing this by modifying the CSS and changing “overflow: hidden;” to to “overflow: auto” and it did add scroll bars, but it added a horizontal scroll bar as well that scrolls through all of the tabs.

    What I want is for tab “A”, whose content is not taller than the fixed module height not to have a scroll bar, and tab “B”, whose content is longer to automatically add a scrollbar.

    Is this possible? Through CSS, or Javascript?

    Your help is greatly appreciated.

    Anonymous Moderator
    #320350

    Hi flipsidedesigns

    Please open plugins/content/ja_tabs/ja_tabs.css file, at the start of page, please find following code:


    .container {
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    }

    and change to:

    .container {
    position: relative;
    overflow: auto !important;
    height: 100px !important;
    z-index: 10;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum