I have a silly css problem but I can't seem to solve it. I'm inserting a google map into a 12 size twitter bootstrap column:
<div class="col-lg-12" style="height:50%;"> <div id="map-canvas" style="position:static !important;height:50% !important;"></div> </div> I end up with the map loading but it doesn't take up any space/height:

I've tried adding a height to the map. I've tried adding a height to the column and nothing seems to work. Someone show me the light here