I was working on google map javascript v3 api and found out the max-width:100%
that is being called is messing the controls in the google map. Reference this post.
I wonder why does CSS resets have img {max-width: 100%;}
and what happen if I just delete it.