I'm using bootstrap, I have a modal window to which I want to remove the scroll, but I can scrole! I just want it not to be in view. I have this modal inside another modal window. × Population
<span class="input-group-btn">
<button class="btn btn-default" type="button" id="buscarpoblacionmodal"> <span class="glyphicon glyphicon-search"> </span> </button>
</span>
</div>
</div>
</div> <!--____col-md-6___-->
</div> <!--Modal Header-->
<div class="modal-body modalpoblacion">
<table class="table table-striped table-condensed">
<thead>
<tr>
<th>
Codigo Postal
</th>
<th>
Poblacion
</th>
<th>
Provincia
</th>
</thead>
<tbody id="cuerpotabla"></tbody>
</table>
</div><!--modal-body-->
</div><!--Modal Content-->
</div><!--Modal Dialog-->
</div><!--Modal Fade-->