How can I get angular-ui-bootstrap tabs to fill the remaining height -
I have a plunker to show:
I want the green areas to reach the remaining available height Fill up I can set the div height: 100% and millimeter I want, but it is less than desirable
Is there any way to do this with CSS? Do I need to change some kind of size through JS?
I have set the following sections in height: 100% and now it starts working: / p>
.tabset, .tab-content, .tab-fane, .tabbable {altitude: 100%; }
Comments
Post a Comment