I am using bootstrap i have requirement where user is asking to make layout 100% height and width that should cover all the space on the page. I tried bootstrap class .container-fluid but its not working. Any idea what i am doing wrong in below code ?
index.html
<div id="main-content" style="padding-bottom: 3rem;" ng-if="user">
<div class="container-fluid">
<breadcrumbs></breadcrumbs>
<div ui-view></div>
</div>
</div>