Currently, I am utilizing Twitter Bootstrap 3.3.5 within my Grails application.
However, an issue has arisen where my GSP view is not displaying in full screen.
Is there a way to achieve full screen display without disrupting the responsive features of Bootstrap?
I have placed my main.gsp inside
<div class="container-fluid">
</div>