How do you set Google map to full screen? CSS code with width: 100% and height: 100% breaks the map.
I added a Google map to my page and I added this class to my CSS file:
.map
{
width: 100% !important;
height: 100% !important;
}
It prevents the map from load at all for some reason, how can I set the map to fill the screen on all devices? I use tabs too and want them to overlay at the bottom, same with header. Thanks