Hello everyone! I'm brand new to JQuery UI and could really use some help. I have a nested tab set up using JQuery UI.
Within this nested tab, I have several controls that will be placed. The challenge I'm facing is that the height of the inner tab adjusts based on the number of controls (rows) added to it. Sometimes the inner tab fits within the outer tab, while other times it extends beyond it.
My ideal solution would involve setting a static height based on the user's screen size to accommodate all controls within the tab, along with an automatic scrollbar if necessary.