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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -