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.