Hello,
I am unable to set tab height, there is no such setting I found.
In this case all tab applications comes withc very small height which there is scrollbar on the right and I dont like it.
How to change tab height?
Hello,
I am unable to set tab height, there is no such setting I found.
In this case all tab applications comes withc very small height which there is scrollbar on the right and I dont like it.
How to change tab height?
Same problem here. It would be nice if this is possible.
Could somebody confirm if this is possible?
I figured it out. You can change the size while adding or editing a link to a tab. (height of iframe)
Solved.
At first you restore your all setting then you will see everything is OK.
add this css code into your top of the onLoad section
?>
<style>
.scTabActive{
height: 30px;
}
.scTabInactive{
height: 30px;
}
</style>
<?php
I think the code from @ahmeranis changes the height of the tab element itself. The question was about changing the height of the window in a tab.
Iām pleased to confirm @CasterTroy was right that setting the iframe height from the master application works perfectly for this.