• I have an embedded Google Map in my sidebar, here: https://www.electric-loft.org.

    Notice that the Google map copyright text is overflowing the sidebar and getting written on top of the main blog entry text (the white text in the left margin).

    Is this a CSS bug? Can anyone suggest a simple fix?

Viewing 1 replies (of 1 total)
  • Thread Starter derrell

    (@derrell)

    The solution is to add a “overflow: hidden” to the div id:

    <div id="map" style="width:200px;height:200px; overflow: hidden">

Viewing 1 replies (of 1 total)
  • The topic ‘Google Copyright text overflows sidebar, CSS bug?’ is closed to new replies.